blob: 33f6c2f0f1cd638f929e31c47353c69aac36e021 [file] [log] [blame]
{
"name": "URWeatherView",
"version": "0.3.1",
"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.3.1",
"branch": "library"
},
"default_subspecs": "Core",
"resources": [
"Resources/**/*.cikernel",
"URWeatherView/SpriteAssets/*.sks"
],
"resource_bundles": {
"URWeatherView": [
"Resources/Assets.xcassets",
"URWeatherView/**/*.xib"
]
},
"dependencies": {
"lottie-ios-extension": [
]
},
"pushed_with_swift_version": "3.0",
"subspecs": [
{
"name": "Core",
"source_files": "URWeatherView/**/*.swift"
}
]
}