[Add] LastCrash 2.0.0
[CocoaPods.git] / Specs / 7 / 6 / 2 / AlamofireSpinner / 0.2.0 / AlamofireSpinner.podspec.json
blobaf1102a9e9cb9da093acb41ad298b781e5d36997
2   "name": "AlamofireSpinner",
3   "version": "0.2.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.2.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       "~> 4.0"
26     ]
27   },
28   "deprecated": true,
29   "deprecated_in_favor_of": "AlamofireNetworkActivityIndicator",
30   "pushed_with_swift_version": "3.0"