blob: 034fb09718df9743d1ed40a7c9da70b8fd07d396 [file] [log] [blame]
{
"name": "AFOnoResponseSerializer",
"version": "0.0.1",
"license": "MIT",
"summary": "An XML and HTML response serializer for AFNetworking 2.0, using Ono.",
"homepage": "https://github.com/AFNetworking/AFOnoResponseSerializer",
"social_media_url": "https://twitter.com/afnetworking",
"authors": {
"Mattt Thompson": "m@mattt.me"
},
"source": {
"git": "https://github.com/AFNetworking/AFOnoResponseSerializer.git",
"tag": "0.0.1"
},
"source_files": "AFOnoResponseSerializer",
"requires_arc": true,
"platforms": {
"ios": "6.0",
"osx": "10.8"
},
"dependencies": {
"AFNetworking": [
"~> 2.2"
],
"Ono": [
"~> 0.0.3"
]
}
}