[Add] FCService 0.0.61-fc
[CocoaPods.git] / Specs / a / 2 / 1 / NVActivityIndicatorView / 5.1.0 / NVActivityIndicatorView.podspec.json
blobd9c3939d684a7592236b73c3210d14fafb81d357
2   "name": "NVActivityIndicatorView",
3   "version": "5.1.0",
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": "9.0",
18     "tvos": "9.0"
19   },
20   "swift_versions": "5.0",
21   "source": {
22     "git": "https://github.com/ninjaprox/NVActivityIndicatorView.git",
23     "tag": "5.1.0"
24   },
25   "default_subspecs": "Base",
26   "frameworks": [
27     "UIKit",
28     "QuartzCore"
29   ],
30   "subspecs": [
31     {
32       "name": "Base",
33       "source_files": "Sources/Base/**/*.swift"
34     },
35     {
36       "name": "Extended",
37       "dependencies": {
38         "NVActivityIndicatorView/Base": [
40         ]
41       },
42       "source_files": "Sources/Extended/**/*.swift"
43     }
44   ],
45   "swift_version": "5.0"