blob: c74866eed14b91d0b2465ad300af927a1678ebae [file] [log] [blame]
{
"name": "AYNetworking",
"version": "0.7.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.7.0"
},
"source_files": [
"Classes",
"AYNetworking"
],
"requires_arc": true,
"platforms": {
"ios": "5.0",
"osx": "10.7"
},
"dependencies": {
"AFNetworking": [
"1.2.0"
]
}
}