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