blob: 3778a9827169832a4a988e434b995933f085341a [file] [log] [blame]
{
"name": "AFNetworking-MUResponseSerializer",
"version": "1.0.0",
"summary": "Automatically serialize JSON response to your object model. It also works with NSManagedObjects.",
"homepage": "https://github.com/Ulianko/AFNetworking-MUResponseSerializer",
"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/AFNetworking-MUResponseSerializer.git",
"tag": "1.0.0"
},
"source_files": "Classes/*.{h,m}",
"requires_arc": true,
"dependencies": {
"AFNetworking": [
],
"NSObject-MUJSONMapping": [
]
}
}