[Add] BridgeKit 0.1.0
[CocoaPods.git] / Specs / 5 / 6 / 0 / JWWaveView / 0.1.0 / JWWaveView.podspec.json
blob1e735782f783e0c0daee90759d21b6ccdbde758d
2   "name": "JWWaveView",
3   "version": "0.1.0",
4   "summary": "Providing a water waving effect for any of your UIView instance.",
5   "description": "JWWaveView offers an easy way to add water waving effect to parts of your UIView instances. \n\nJWWaveView is made possible by using CAReplicatorLayer as its core. Comparing to using timer to update the wave path continuously to get the water-waving effect, it's more efficient.",
6   "homepage": "https://github.com/Alex1989Wang/JWWaveView",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Alex1989Wang": "alex1989wang@gmail.com"
13   },
14   "source": {
15     "git": "https://github.com/Alex1989Wang/JWWaveView.git",
16     "tag": "0.1.0"
17   },
18   "platforms": {
19     "ios": "8.0"
20   },
21   "source_files": "JWWaveView/Classes/*"