[Add] RongCloudRTC 5.12.0
[CocoaPods.git] / Specs / 0 / 5 / 6 / URWeatherView / 0.0.3 / URWeatherView.podspec.json
blob57813d95a82fc1b6f4d65a54716bd6f1a2164010
2   "name": "URWeatherView",
3   "version": "0.0.3",
4   "summary": "Show the various weather effects written in Swift3.",
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": "9.0"
16   },
17   "source": {
18     "git": "https://github.com/jegumhon/URWeatherView.git",
19     "tag": "0.0.3",
20     "branch": "library"
21   },
22   "default_subspecs": "Core",
23   "resources": [
24     "Resources/**/*.cikernel",
25     "URWeatherView/SpriteAssets/*.sks"
26   ],
27   "resource_bundles": {
28     "URWeatherView": [
29       "Resources/Assets.xcassets",
30       "URWeatherView/**/*.xib"
31     ]
32   },
33   "dependencies": {
34     "lottie-ios-extension": [
36     ]
37   },
38   "pushed_with_swift_version": "3.0",
39   "subspecs": [
40     {
41       "name": "Core",
42       "source_files": "URWeatherView/**/*.swift"
43     }
44   ]