blob: 46c05d3b20ff8b7a0be50d8d8c66567ff8638e88 [file] [log] [blame]
{
"name": "NVActivityIndicatorView",
"version": "5.0.0",
"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": "8.0",
"tvos": "9.0"
},
"swift_versions": "5.0",
"source": {
"git": "https://github.com/ninjaprox/NVActivityIndicatorView.git",
"tag": "5.0.0"
},
"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"
}