[Add] YLProgressHUD 0.0.2
[CocoaPods.git] / Specs / a / 6 / 3 / Motis / 1.4.2 / Motis.podspec.json
blob0ebd904f2054253eb902e4264e46d42ac09b25dc
2   "name": "Motis",
3   "version": "1.4.2",
4   "summary": "Easy JSON to NSObject mapping",
5   "description": "Map 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 set your JSON objects into NSObjects subclasses.\n\t\t   \nFor a basic overview of how Motis works checkout the Mobile Jazz blog post: http://blog.mobilejazz.cat/ios-using-kvc-to-parse-json\n\nSimple & Powerful.",
6   "homepage": "https://github.com/mobilejazz/Motis",
7   "license": {
8     "type": "Apache License, Version 2.0",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Mobile Jazz": "info@mobilejazz.cat"
13   },
14   "social_media_url": "http://twitter.com/mobilejazzcat",
15   "source": {
16     "git": "https://github.com/mobilejazz/Motis.git",
17     "tag": "1.4.2"
18   },
19   "source_files": [
20     "Motis.h",
21     "NSObject+Motis.{h,m}",
22     "MTSMotisObject.{h,m}"
23   ],
24   "frameworks": "Foundation",
25   "requires_arc": true