blob: 540ffe40490d1385a8275004a3e22006de4a562e [file] [log] [blame]
{
"name": "AYNetworking",
"version": "1.4.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": "v1.4.0"
},
"source_files": [
"Classes",
"AYNetworking"
],
"requires_arc": true,
"platforms": {
"ios": "5.0",
"osx": "10.7"
},
"dependencies": {
"AFNetworking": [
"~> 1.0"
]
}
}