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",
9 "Eli Wang": "sirxenofex@gmail.com"
20 "git": "https://github.com/Xenofex/YAJL-Entity.git",
24 "source_files": "YAJL-Entity/*.{h,m}",
25 "header_mappings_dir": "yajl-objc/yajl-1.0.11",
26 "requires_arc": false,
28 "OTHER_LDFLAGS": "-all_load"