blob: 215c538b189960f91eb10049b3186eb77048a4b9 [file] [log] [blame]
{
"name": "AlamofireSpinner",
"version": "0.1.1",
"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.1.1"
},
"platforms": {
"ios": "8.0"
},
"ios": {
"source_files": "AlamofireSpinner.swift"
},
"requires_arc": true,
"dependencies": {
"Alamofire": [
"~> 3.1"
]
},
"deprecated": true,
"deprecated_in_favor_of": "AlamofireNetworkActivityIndicator"
}