[Add] NetKernel 1.1.4
[CocoaPods.git] / Specs / a / 2 / 1 / NVActivityIndicatorView / 4.6.1 / NVActivityIndicatorView.podspec.json
blobe2f6f8d8ccea83236ed070bd6a605f1d18a747b9
2   "name": "NVActivityIndicatorView",
3   "version": "4.6.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   "documentation_url": "https://nvactivityindicatorview.vinhis.me",
16   "platforms": {
17     "ios": "8.0",
18     "tvos": "9.0"
19   },
20   "swift_version": "4.2",
21   "source": {
22     "git": "https://github.com/ninjaprox/NVActivityIndicatorView.git",
23     "tag": "4.6.1"
24   },
25   "default_subspecs": "Presenter",
26   "frameworks": [
27     "UIKit",
28     "QuartzCore"
29   ],
30   "subspecs": [
31     {
32       "name": "Presenter",
33       "source_files": "Source/NVActivityIndicatorView/**/*.swift"
34     },
35     {
36       "name": "AppExtension",
37       "source_files": "Source/NVActivityIndicatorView/**/*.swift",
38       "exclude_files": "Source/NVActivityIndicatorView/Presenter/*.swift"
39     }
40   ]