blob: 7e08e461ec4fbcb606b643653e47ccaf28f42081 [file] [log] [blame]
{
"name": "APJSONMapping",
"version": "1.0",
"summary": "Objective-C class category which allows you to easily map your objects to dictionaries and vice versa.",
"description": "Objective-C class extension which allows you to easily map your objects to dictionaries and parse your objects from dictionaries.",
"homepage": "https://github.com/aperechnev/APJSONMapping",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Alexander Perechnev": "herfleisch@me.com"
},
"source": {
"git": "https://github.com/aperechnev/APJSONMapping.git",
"tag": "1.0"
},
"platforms": {
"ios": "8.4"
},
"source_files": "APJSONMapping/APJSONMapping/*.{h,m}",
"requires_arc": true
}