From a85a5167c0ebd6f84642cc7ad70267a1216f92d3 Mon Sep 17 00:00:00 2001 From: Joan Martin Date: Thu, 8 May 2014 16:51:07 +0200 Subject: [PATCH] Updating podspec --- Motis.podspec | 13 ++++++------- 1 file changed, 6 insertions(+), 7 deletions(-) diff --git a/Motis.podspec b/Motis.podspec index b2b7937..9849beb 100644 --- a/Motis.podspec +++ b/Motis.podspec @@ -1,24 +1,23 @@ Pod::Spec.new do |s| s.name = "Motis" - s.version = "0.4.2" + s.version = "0.4.3" s.summary = "Easy JSON to NSObject mapping using Cocoa's Key Value Coding (KVC)" s.description = <<-DESC - Parse and set your JSON objects to objective-C objects using Cocoa's KeyValueCoding. - This category sets a minimalist set of methods to map the JSON keys into class properties and parse and set your JSON objects into NSObjects subclasses. + Parse and set your JSON objects to objective-C objects using Cocoa's KeyValueCoding. + This category sets a minimalist set of methods to map the JSON keys into class properties and parse and set your JSON objects into NSObjects subclasses. - For a basic overview of how Motis works checkout the MobileJazz blog post: - http://blog.mobilejazz.cat/ios-using-kvc-to-parse-json + For a basic overview of how Motis works checkout the MobileJazz blog post: http://blog.mobilejazz.cat/ios-using-kvc-to-parse-json - Simple & Powerful! + Simple & Powerful. DESC s.homepage = "https://github.com/mobilejazz/Motis" s.license = { :type => 'Apache License, Version 2.0', :file => 'LICENSE' } s.author = { "Mobile Jazz" => "info@mobilejazz.cat" } s.social_media_url = "http://twitter.com/mobilejazzcat" - s.source = { :git => "https://github.com/mobilejazz/Motis.git", :tag => "0.4.2" } + s.source = { :git => "https://github.com/mobilejazz/Motis.git", :tag => "0.4.3" } s.source_files = 'Motis.h', 'NSObject+Motis.{h,m}' s.framework = 'Foundation' s.requires_arc = true