blob: 251c691496ef024006c8fcffa24bbcff8b8b6e41 [file] [log] [blame]
{
"name": "RetriableAFNetworking",
"version": "1.0.1",
"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.1"
},
"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": [
]
}
}