[Add] YLProgressHUD 0.0.2
[CocoaPods.git] / Specs / a / 2 / 1 / NVActivityIndicatorView / 4.0.1 / NVActivityIndicatorView.podspec.json
blob71e50212d7a67f039abfeccb7fe8cd2cb1e5dfcb
2   "name": "NVActivityIndicatorView",
3   "version": "4.0.1",
4   "summary": "A collection of awesome loading animations",
5   "homepage": "https://github.com/ninjaprox/NVActivityIndicatorView",
6   "screenshots": "https://raw.githubusercontent.com/ninjaprox/NVActivityIndicatorView/master/Demo.gif",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Vinh Nguyen": "ninjaprox@gmail.com"
13   },
14   "social_media_url": "http://twitter.com/ninjaprox",
15   "platforms": {
16     "ios": "8.0",
17     "tvos": "9.0"
18   },
19   "source": {
20     "git": "https://github.com/ninjaprox/NVActivityIndicatorView.git",
21     "tag": "4.0.1"
22   },
23   "default_subspecs": "Presenter",
24   "frameworks": [
25     "UIKit",
26     "QuartzCore"
27   ],
28   "pushed_with_swift_version": "3.0",
29   "subspecs": [
30     {
31       "name": "Presenter",
32       "source_files": "NVActivityIndicatorView/NVActivityIndicatorView/**/*.swift"
33     },
34     {
35       "name": "AppExtension",
36       "source_files": "NVActivityIndicatorView/NVActivityIndicatorView/**/*.swift",
37       "exclude_files": "NVActivityIndicatorView/NVActivityIndicatorView/Presenter/*.swift"
38     }
39   ]