blob: 98b5d5294b5f8b8e1ea2c3f12709b5dfc51b6341 [file] [log] [blame]
{
"name": "URWeatherView",
"version": "0.7.0",
"summary": "Show the various weather effects written in Swift4.",
"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": "10.0"
},
"swift_version": "4.2",
"source": {
"git": "https://github.com/jegumhon/URWeatherView.git",
"tag": "0.7.0",
"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": [
]
},
"subspecs": [
{
"name": "Core",
"source_files": "URWeatherView/**/*.swift"
}
]
}