[Add] com-qqsdk-control-Tools 1.2.1
[CocoaPods.git] / Specs / b / 7 / 9 / YAJL-Entity / 1.0 / YAJL-Entity.podspec.json
blobd580c6479a3336c552ab52775bbfe63340d25d65
2   "name": "YAJL-Entity",
3   "version": "1.0",
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": "MIT",
8   "authors": {
9     "Eli Wang": "sirxenofex@gmail.com"
10   },
11   "platforms": {
12     "ios": null
13   },
14   "dependencies": {
15     "yajl-objc": [
16       "~> 0.2.27"
17     ]
18   },
19   "source": {
20     "git": "https://github.com/Xenofex/YAJL-Entity.git",
21     "tag": "v1.0",
22     "submodules": true
23   },
24   "source_files": "YAJL-Entity/*.{h,m}",
25   "header_mappings_dir": "yajl-objc/yajl-1.0.11",
26   "requires_arc": false,
27   "xcconfig": {
28     "OTHER_LDFLAGS": "-all_load"
29   }