[Add] ZJSDK 2.5.8.16
[CocoaPods.git] / Specs / c / 2 / d / NVActivityIndicatorViewWithoutPulse / 5.0.2 / NVActivityIndicatorViewWithoutPulse.podspec.json
blobe880361546ab8b651ef9c15064357331e2172367
2   "name": "NVActivityIndicatorViewWithoutPulse",
3   "version": "5.0.2",
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     "Jose Antonio": "joseantonioeci@gmail.com"
13   },
14   "platforms": {
15     "ios": "8.0",
16     "tvos": "9.0"
17   },
18   "source": {
19     "git": "https://github.com/joseantonioECI/NVActivityIndicatorView.git",
20     "tag": "5.0.2"
21   },
22   "default_subspecs": "Presenter",
23   "frameworks": [
24     "UIKit",
25     "QuartzCore"
26   ],
27   "subspecs": [
28     {
29       "name": "Presenter",
30       "source_files": "NVActivityIndicatorView/NVActivityIndicatorView/**/*.swift"
31     },
32     {
33       "name": "AppExtension",
34       "source_files": "NVActivityIndicatorView/NVActivityIndicatorView/**/*.swift",
35       "exclude_files": "NVActivityIndicatorView/NVActivityIndicatorView/Presenter/*.swift"
36     }
37   ]