[Add] BoostAI 1.1.28
[CocoaPods.git] / Specs / a / 6 / 3 / Motis / 0.3.1 / Motis.podspec.json
blobd6dc4ad22f2d1d54c81a28a5101fb96b5d757d0b
2   "name": "Motis",
3   "version": "0.3.1",
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\t\t   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\t\t   For a basic overview of how Motis works checkout the MobileJazz blog post:\n\t\t   http://blog.mobilejazz.cat/ios-using-kvc-to-parse-json\n\t\t   \n\t\t   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.3.1"
18   },
19   "source_files": "NSObject+Motis.{h,m}",
20   "frameworks": "Foundation",
21   "requires_arc": true,
22   "deprecated": true,
23   "platforms": {
24     "osx": null,
25     "ios": null,
26     "tvos": null,
27     "watchos": null
28   }