blob: 969364d0f11cc0b7ca55540013cf0847ade14612 [file] [log] [blame]
{
"name": "AFMsgPackSerialization",
"version": "0.0.1",
"license": "MIT",
"summary": "A MsgPack request and response serializer for AFNetworking 2.0.",
"homepage": "https://github.com/AFNetworking/AFMsgPackSerialization",
"social_media_url": "https://twitter.com/afnetworking",
"authors": {
"Mattt Thompson": "m@mattt.me"
},
"source": {
"git": "https://github.com/AFNetworking/AFMsgPackSerialization.git",
"tag": "0.0.1"
},
"source_files": "AFMsgPackSerialization",
"requires_arc": true,
"platforms": {
"ios": "6.0",
"osx": "10.8"
},
"dependencies": {
"AFNetworking": [
"~> 2.2"
],
"MsgPackSerialization": [
]
}
}