blob: bed980cbea0e4e35b2c3ebe89ef491cf3cec84c9 [file] [log] [blame]
{
"name": "URWeatherView",
"version": "0.6.3",
"summary": "Show the various weather effects written in Swift3.",
"homepage": "http://github.com/jegumhon/URWeatherView",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Urtaq": "jegumhon@gmail.com"
},
"social_media_url": "http://twitter.com/Jegumhon",
"platforms": {
"ios": "9.0"
},
"source": {
"git": "https://github.com/jegumhon/URWeatherView.git",
"tag": "0.6.3",
"branch": "library"
},
"default_subspecs": "Core",
"resources": [
"Resources/**/*.cikernel",
"Resources/**/*.fsh",
"Resources/**/*.metal",
"Resources/**/*.vsh",
"URWeatherView/SpriteAssets/*.sks",
"Resources/Assets.xcassets",
"URWeatherView/**/*.xib"
],
"dependencies": {
"lottie-ios-extension": [
]
},
"pushed_with_swift_version": "3.0",
"subspecs": [
{
"name": "Core",
"source_files": "URWeatherView/**/*.swift"
}
]
}