[Add] com-qqsdk-control-Tools 1.2.1
[CocoaPods.git] / Specs / 1 / 4 / 2 / JSONObjectMapper / 0.1.0 / JSONObjectMapper.podspec.json
bloba314312faf87024d5959635f5907441ee718bedf
2   "name": "JSONObjectMapper",
3   "version": "0.1.0",
4   "summary": "A fast JSON -> Core Data mapper",
5   "description": "JSONObjectMapper allows you to automatically map JSON data to Core Data \nentities in your Objective-C code by simply defining a single method that\nreturns a mapping configuration in your entity class. See the README for\nmore details and some examples.",
6   "homepage": "https://github.com/sryze/JSONObjectMapper",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Sergey Zolotarev": "sryze01@gmail.com"
13   },
14   "source": {
15     "git": "https://github.com/sryze/JSONObjectMapper.git",
16     "tag": "0.1.0"
17   },
18   "platforms": {
19     "ios": "8.0"
20   },
21   "source_files": "JSONObjectMapper/Classes/**/*"