blob: b26792a272f3869fdd91117592e84576b1283f3d [file] [log] [blame]
{
"name": "APJSONMapping",
"version": "2.0.1",
"summary": "Objective-C class category which allows you to easily map your objects to JSON strings and vice versa.",
"description": "Objective-C class extension which allows you to easily map your objects to JSON strings and parse JSON back to your objects.",
"homepage": "https://github.com/alexkrzyzanowski/APJSONMapping",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Alex Krzyżanowski": "alex.krzyzanowski@icloud.com"
},
"source": {
"git": "https://github.com/alexkrzyzanowski/APJSONMapping.git",
"tag": "2.0.1"
},
"platforms": {
"ios": "8.4"
},
"source_files": "APJSONMapping/APJSONMapping/*.{h,m}",
"requires_arc": true
}