blob: 1400e369b79e7deaa14d797ca433f081d01b0d17 [file] [log] [blame]
{
"name": "RetriableAFNetworking",
"version": "1.0.0",
"license": "MIT",
"summary": "Retriable AFNetworking",
"homepage": "https://github.com/emsihyo/RetriableAFNetworking",
"authors": {
"emsihyo": "emsihyo@gmail.com"
},
"source": {
"git": "https://github.com/emsihyo/RetriableAFNetworking.git",
"tag": "1.0.0"
},
"description": "Retriable AFNetworking.",
"requires_arc": true,
"platforms": {
"ios": "8.0",
"watchos": "2.0",
"tvos": "9.0",
"osx": "10.9"
},
"source_files": "RetriableAFNetworking/*.{h,m}",
"dependencies": {
"Retriable": [
],
"AFNetworking": [
]
}
}