blob: ebcb0b6bc98a62fc384034124434dbb157a83424 [file] [log] [blame]
{
"name": "NSObject-MUJSONMapping",
"version": "1.0.0",
"summary": "Automatically serialize JSON response to your object model. It also works with NSManagedObjects",
"homepage": "https://github.com/Ulianko/NSObject-MUJSONMapping",
"license": {
"type": "LICENSE"
},
"authors": {
"Martin Ulianko": "martin@ulianko.com"
},
"social_media_url": "http://twitter.com/MartinUlianko",
"platforms": {
"ios": "7.0"
},
"source": {
"git": "https://github.com/Ulianko/NSObject-MUJSONMapping.git",
"tag": "1.0.0"
},
"source_files": "Classes/*.{h,m}",
"requires_arc": true
}