[Add] ZMarkupParser 1.12.0
[CocoaPods.git] / Specs / 0 / 5 / 6 / URWeatherView / 0.6.4 / URWeatherView.podspec.json
blob3f2544047e07d6ac2831537150c9ceb06f5af070
2   "name": "URWeatherView",
3   "version": "0.6.4",
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.6.4",
20     "branch": "library"
21   },
22   "default_subspecs": "Core",
23   "resources": [
24     "Resources/**/*.cikernel",
25     "Resources/**/*.fsh",
26     "Resources/**/*.metal",
27     "Resources/**/*.vsh",
28     "URWeatherView/SpriteAssets/*.sks",
29     "Resources/Assets.xcassets",
30     "URWeatherView/**/*.xib"
31   ],
32   "dependencies": {
33     "lottie-ios-extension": [
35     ]
36   },
37   "pushed_with_swift_version": "3.0",
38   "subspecs": [
39     {
40       "name": "Core",
41       "source_files": "URWeatherView/**/*.swift"
42     }
43   ]