blob: 046a0b042fde187fa72f71e3120de871787b7470 [file] [log] [blame]
{
"name": "YAJL-Entity",
"version": "1.0.1",
"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": "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.1"
},
"source_files": "YAJL-Entity/*.{h,m}",
"header_mappings_dir": "yajl-objc/yajl-1.0.11",
"requires_arc": false,
"xcconfig": {
"OTHER_LDFLAGS": "-all_load"
}
}