blob: ecfb02c2b30c2afb73dd8b8dfa10d41ea08f216e [file] [log] [blame]
{
"name": "RetriableAFNetworking",
"version": "1.0.2",
"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.2"
},
"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": [
],
"JRSwizzle": [
]
}
}