blob: 2aa9a36e0ab4724a1e7aa358643b68f7c959412c [file] [log] [blame]
{
"name": "NVActivityIndicatorView",
"version": "4.4.1",
"summary": "A collection of awesome loading animations",
"homepage": "https://github.com/ninjaprox/NVActivityIndicatorView",
"screenshots": "https://raw.githubusercontent.com/ninjaprox/NVActivityIndicatorView/master/Demo.gif",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Vinh Nguyen": "ninjaprox@gmail.com"
},
"social_media_url": "http://twitter.com/ninjaprox",
"platforms": {
"ios": "8.0",
"tvos": "9.0"
},
"swift_version": "4.0",
"source": {
"git": "https://github.com/ninjaprox/NVActivityIndicatorView.git",
"tag": "4.4.1"
},
"default_subspecs": "Presenter",
"frameworks": [
"UIKit",
"QuartzCore"
],
"subspecs": [
{
"name": "Presenter",
"source_files": "Source/NVActivityIndicatorView/**/*.swift"
},
{
"name": "AppExtension",
"source_files": "Source/NVActivityIndicatorView/**/*.swift",
"exclude_files": "Source/NVActivityIndicatorView/Presenter/*.swift"
}
]
}