[Add] BoostAI 1.1.28
[CocoaPods.git] / Specs / a / 6 / 3 / Motis / 0.4.5 / Motis.podspec.json
blobb23c6ee925ffba31355a4adeeb90d336473dbcc4
2   "name": "Motis",
3   "version": "0.4.5",
4   "summary": "Easy JSON to NSObject mapping using Cocoa's Key Value Coding (KVC)",
5   "description": "  Parse and set your JSON objects to objective-C objects using Cocoa's KeyValueCoding. \n  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.\n\t\t   \n  For a basic overview of how Motis works checkout the MobileJazz blog post: http://blog.mobilejazz.cat/ios-using-kvc-to-parse-json\n\t\t   \n  Simple & Powerful.\n",
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": "0.4.5"
18   },
19   "source_files": [
20     "Motis.h",
21     "NSObject+Motis.{h,m}"
22   ],
23   "frameworks": "Foundation",
24   "requires_arc": true,
25   "deprecated": true,
26   "platforms": {
27     "osx": null,
28     "ios": null,
29     "tvos": null,
30     "watchos": null
31   }