[Add] DocumentReaderMRZStage 7.5.10959
[CocoaPods.git] / Specs / a / 2 / 1 / NVActivityIndicatorView / 4.4.1 / NVActivityIndicatorView.podspec.json
blob2aa9a36e0ab4724a1e7aa358643b68f7c959412c
2   "name": "NVActivityIndicatorView",
3   "version": "4.4.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   "swift_version": "4.0",
20   "source": {
21     "git": "https://github.com/ninjaprox/NVActivityIndicatorView.git",
22     "tag": "4.4.1"
23   },
24   "default_subspecs": "Presenter",
25   "frameworks": [
26     "UIKit",
27     "QuartzCore"
28   ],
29   "subspecs": [
30     {
31       "name": "Presenter",
32       "source_files": "Source/NVActivityIndicatorView/**/*.swift"
33     },
34     {
35       "name": "AppExtension",
36       "source_files": "Source/NVActivityIndicatorView/**/*.swift",
37       "exclude_files": "Source/NVActivityIndicatorView/Presenter/*.swift"
38     }
39   ]