| { |
| "name": "AlamofireSpinner", |
| "version": "0.2.0", |
| "summary": "Tiny Alamofire plugin that starts and stops the network activity indicator.", |
| "homepage": "https://github.com/dclelland/AlamofireSpinner", |
| "license": { |
| "type": "MIT" |
| }, |
| "authors": { |
| "Daniel Clelland": "daniel.clelland@gmail.com" |
| }, |
| "source": { |
| "git": "https://github.com/dclelland/AlamofireSpinner.git", |
| "tag": "0.2.0" |
| }, |
| "platforms": { |
| "ios": "8.0" |
| }, |
| "ios": { |
| "source_files": "AlamofireSpinner.swift" |
| }, |
| "requires_arc": true, |
| "dependencies": { |
| "Alamofire": [ |
| "~> 4.0" |
| ] |
| }, |
| "deprecated": true, |
| "deprecated_in_favor_of": "AlamofireNetworkActivityIndicator", |
| "pushed_with_swift_version": "3.0" |
| } |