blob: 5ed845bb9169ff6dadc1679ca468c963eca5f47f [file] [log] [blame]
{
"name": "NVActivityIndicatorViewWithoutPulse",
"version": "5.0.3",
"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": {
"Jose Antonio": "joseantonioeci@gmail.com"
},
"platforms": {
"ios": "8.0",
"tvos": "9.0"
},
"source": {
"git": "https://github.com/joseantonioECI/NVActivityIndicatorView.git",
"tag": "5.0.3"
},
"default_subspecs": "Presenter",
"frameworks": [
"UIKit",
"QuartzCore"
],
"subspecs": [
{
"name": "Presenter",
"source_files": "NVActivityIndicatorView/NVActivityIndicatorView/**/*.swift"
},
{
"name": "AppExtension",
"source_files": "NVActivityIndicatorView/NVActivityIndicatorView/**/*.swift",
"exclude_files": "NVActivityIndicatorView/NVActivityIndicatorView/Presenter/*.swift"
}
]
}