blob: c089bdbd7e3673005c3edf0e9b10c4347c9858ff [file] [log] [blame]
{
"name": "YAJL-Entity",
"version": "1.0.2",
"summary": "A JSON framework that can deserialize the JSON string into real objects, with 0.1 configuration.",
"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",
"homepage": "https://github.com/Xenofex/YAJL-Entity",
"license": {
"type": "MIT"
},
"authors": {
"Eli Wang": "sirxenofex@gmail.com"
},
"platforms": {
"ios": null
},
"dependencies": {
"yajl-objc": [
"~> 0.2.27"
]
},
"source": {
"git": "https://github.com/Xenofex/YAJL-Entity.git",
"tag": "v1.0.2",
"submodules": true
},
"source_files": "YAJL-Entity/*.{h,m}",
"requires_arc": false,
"xcconfig": {
"OTHER_LDFLAGS": "-all_load"
}
}