blob: 2995e635b15e0bf8f2943c6d27094bdd9617d43a [file] [log] [blame]
{
"name": "NVActivityIndicatorView",
"version": "5.1.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",
"documentation_url": "https://nvactivityindicatorview.vinhis.me",
"platforms": {
"ios": "9.0",
"tvos": "9.0"
},
"swift_versions": "5.0",
"source": {
"git": "https://github.com/ninjaprox/NVActivityIndicatorView.git",
"tag": "5.1.1"
},
"default_subspecs": "Base",
"frameworks": [
"UIKit",
"QuartzCore"
],
"subspecs": [
{
"name": "Base",
"source_files": "Sources/Base/**/*.swift"
},
{
"name": "Extended",
"dependencies": {
"NVActivityIndicatorView/Base": [
]
},
"source_files": "Sources/Extended/**/*.swift"
}
],
"swift_version": "5.0"
}