[Add] libpag-enterprise 4.4.20
[CocoaPods.git] / Specs / 3 / b / 9 / activityindicators / 0.7 / activityindicators.podspec.json
blob083691708e562423352b8ec95a26d0633b370e97
2   "name": "activityindicators",
3   "version": "0.7",
4   "summary": "A bunch of drop-in replacements to UIActivityIndicatorView. In Swift!",
5   "description": "activityindicators is a bunch of drop-in replacements to the gray spinning\nUIActivityIndicatorView that you can use for your projects. It's all in code,\nso you don't have to worry about making your binary bigger by much. It is easy\nto use too - just treat it as you would a UIActivityIndicatorView and\nstartAnimating()!",
6   "homepage": "https://github.com/maranas/activityindicators",
7   "screenshots": [
8     "http://i.imgur.com/nrvdh6c.gif",
9     "http://i.imgur.com/hbFgUny.gif",
10     "http://i.imgur.com/5ONmq1c.gif",
11     "http://i.imgur.com/qYioH0x.gif"
12   ],
13   "license": {
14     "type": "MIT",
15     "file": "LICENSE"
16   },
17   "authors": {
18     "Moises": "moises@ganglionsoftware.com"
19   },
20   "platforms": {
21     "ios": "9.0"
22   },
23   "source": {
24     "git": "https://github.com/maranas/activityindicators.git",
25     "tag": "0.7"
26   },
27   "source_files": "activityindicators/Classes",
28   "frameworks": "UIKit",
29   "pushed_with_swift_version": "3.0"