2 "name": "JSONObjectMapper",
4 "summary": "A fast JSON -> Core Data mapper",
5 "description": "JSONObjectMapper allows you to automatically map JSON data to Core Data \nentities in your Objective-C code by simply defining a single method that\nreturns a mapping configuration in your entity class. See the README for\nmore details and some examples.",
6 "homepage": "https://github.com/sryze/JSONObjectMapper",
12 "Sergey Zolotarev": "sryze01@gmail.com"
15 "git": "https://github.com/sryze/JSONObjectMapper.git",
21 "source_files": "JSONObjectMapper/Classes/**/*"