Skip to content
This repository has been archived by the owner on Sep 5, 2023. It is now read-only.

Commit

Permalink
Updating podspec
Browse files Browse the repository at this point in the history
  • Loading branch information
vilanovi committed May 8, 2014
1 parent 94e4c94 commit a85a516
Showing 1 changed file with 6 additions and 7 deletions.
13 changes: 6 additions & 7 deletions Motis.podspec
Original file line number Diff line number Diff line change
@@ -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" => "[email protected]" }
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
Expand Down

0 comments on commit a85a516

Please sign in to comment.