[Add] YLProgressHUD 0.0.2
[CocoaPods.git] / Specs / a / 6 / 3 / Motis / 1.0.0 / Motis.podspec.json
blob7ad213c4a4bbf2f0a25323f890ad4e54388c90bf
2   "name": "Motis",
3   "version": "1.0.0",
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.0.0"
18   },
19   "source_files": [
20     "Motis.h",
21     "NSObject+Motis.{h,m}"
22   ],
23   "frameworks": "Foundation",
24   "requires_arc": true