blob: 3d2caddaad8af637a749bc93a0fff6bf9f56da74 [file] [log] [blame]
{
"name": "JSONObjectMapper",
"version": "0.1.1",
"summary": "JSON -> Core Data mapper for iOS (Objective-C)",
"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.",
"homepage": "https://github.com/sryze/JSONObjectMapper",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Sergey Zolotarev": "sryze@protonmail.com"
},
"source": {
"git": "https://github.com/sryze/JSONObjectMapper.git",
"tag": "0.1.1"
},
"platforms": {
"ios": "8.0"
},
"source_files": "JSONObjectMapper/Classes/**/*"
}