| { |
| "name": "RetriableAFNetworking", |
| "version": "1.0.4", |
| "license": "MIT", |
| "summary": "Retriable AFNetworking", |
| "homepage": "https://github.com/retriable/RetriableAFNetworking", |
| "authors": { |
| "retriable": "retriable@retriable.com" |
| }, |
| "source": { |
| "git": "https://github.com/retriable/RetriableAFNetworking.git", |
| "tag": "1.0.4" |
| }, |
| "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": [ |
| |
| ] |
| } |
| } |