blob: 4bc78ab3a04feadd157f5ceb20ec52b3a11b9e43 [file] [log] [blame]
{
"name": "AlamofireSpinner",
"version": "0.1.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.1.0"
},
"platforms": {
"ios": "8.0"
},
"ios": {
"source_files": "AlamofireSpinner.swift"
},
"requires_arc": true,
"dependencies": {
"Alamofire": [
"~> 3.1"
]
}
}