[Add] FCVideo 3.2.21
[CocoaPods.git] / Specs / b / 7 / 9 / YAJL-Entity / 1.0.2 / YAJL-Entity.podspec.json
blobc089bdbd7e3673005c3edf0e9b10c4347c9858ff
2   "name": "YAJL-Entity",
3   "version": "1.0.2",
4   "summary": "A JSON framework that can deserialize the JSON string into real objects, with 0.1 configuration.",
5   "description": "                   On top of yajl-objc, YAJL-Entity deserialize the JSON string directly into Objective-C objects, as opposed to what you get from most other libraries: NSDictionary or NSData. Which makes your models as clean as possible.\n",
6   "homepage": "https://github.com/Xenofex/YAJL-Entity",
7   "license": {
8     "type": "MIT"
9   },
10   "authors": {
11     "Eli Wang": "sirxenofex@gmail.com"
12   },
13   "platforms": {
14     "ios": null
15   },
16   "dependencies": {
17     "yajl-objc": [
18       "~> 0.2.27"
19     ]
20   },
21   "source": {
22     "git": "https://github.com/Xenofex/YAJL-Entity.git",
23     "tag": "v1.0.2",
24     "submodules": true
25   },
26   "source_files": "YAJL-Entity/*.{h,m}",
27   "requires_arc": false,
28   "xcconfig": {
29     "OTHER_LDFLAGS": "-all_load"
30   }