[Add] BideaseConnect 1.0.79
[CocoaPods.git] / Specs / 7 / 6 / 2 / AlamofireSpinner / 0.1.0 / AlamofireSpinner.podspec.json
blob4bc78ab3a04feadd157f5ceb20ec52b3a11b9e43
2   "name": "AlamofireSpinner",
3   "version": "0.1.0",
4   "summary": "Tiny Alamofire plugin that starts and stops the network activity indicator.",
5   "homepage": "https://github.com/dclelland/AlamofireSpinner",
6   "license": {
7     "type": "MIT"
8   },
9   "authors": {
10     "Daniel Clelland": "daniel.clelland@gmail.com"
11   },
12   "source": {
13     "git": "https://github.com/dclelland/AlamofireSpinner.git",
14     "tag": "0.1.0"
15   },
16   "platforms": {
17     "ios": "8.0"
18   },
19   "ios": {
20     "source_files": "AlamofireSpinner.swift"
21   },
22   "requires_arc": true,
23   "dependencies": {
24     "Alamofire": [
25       "~> 3.1"
26     ]
27   }