[Add] IPDSDK 2.0.0.3
[CocoaPods.git] / Specs / 0 / 5 / 6 / URWeatherView / 0.7.0 / URWeatherView.podspec.json
blob98b5d5294b5f8b8e1ea2c3f12709b5dfc51b6341
2   "name": "URWeatherView",
3   "version": "0.7.0",
4   "summary": "Show the various weather effects written in Swift4.",
5   "homepage": "http://github.com/jegumhon/URWeatherView",
6   "license": {
7     "type": "MIT",
8     "file": "LICENSE"
9   },
10   "authors": {
11     "Urtaq": "jegumhon@gmail.com"
12   },
13   "social_media_url": "http://twitter.com/Jegumhon",
14   "platforms": {
15     "ios": "10.0"
16   },
17   "swift_version": "4.2",
18   "source": {
19     "git": "https://github.com/jegumhon/URWeatherView.git",
20     "tag": "0.7.0",
21     "branch": "library"
22   },
23   "default_subspecs": "Core",
24   "resources": [
25     "Resources/**/*.cikernel",
26     "Resources/**/*.fsh",
27     "Resources/**/*.metal",
28     "Resources/**/*.vsh",
29     "URWeatherView/SpriteAssets/*.sks",
30     "Resources/Assets.xcassets",
31     "URWeatherView/**/*.xib"
32   ],
33   "dependencies": {
34     "lottie-ios-extension": [
36     ]
37   },
38   "subspecs": [
39     {
40       "name": "Core",
41       "source_files": "URWeatherView/**/*.swift"
42     }
43   ]