blob: 54ed7f273ed2d6db01f4b71f3bac2879c77d461a [file] [log] [blame]
{
"name": "AYNetworking",
"version": "0.8.0",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"summary": "AYNetworking is a API extension of AFNetworking.",
"homepage": "https://github.com/jboehler/AYNetworking",
"authors": {
"Jan Böhler": "boehler.jan@gmail.com"
},
"source": {
"git": "https://github.com/jboehler/AYNetworking.git",
"tag": "v0.8.0"
},
"source_files": [
"Classes",
"AYNetworking"
],
"requires_arc": true,
"platforms": {
"ios": "5.0",
"osx": "10.7"
},
"dependencies": {
"AFNetworking": [
"1.2.0"
]
}
}