blob: d4bfd38c97547ed444a1a0c14ed258d5de7df81e [file] [log] [blame]
{
"name": "AFNetworking-MUResponseSerializer",
"version": "1.0.1",
"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.1"
},
"source_files": "Classes/*.{h,m}",
"requires_arc": true,
"dependencies": {
"AFNetworking": [
"~> 2.0"
],
"NSObject-MUJSONMapping": [
],
"Groot": [
]
}
}