blob: 1e735782f783e0c0daee90759d21b6ccdbde758d [file] [log] [blame]
{
"name": "JWWaveView",
"version": "0.1.0",
"summary": "Providing a water waving effect for any of your UIView instance.",
"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.",
"homepage": "https://github.com/Alex1989Wang/JWWaveView",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Alex1989Wang": "alex1989wang@gmail.com"
},
"source": {
"git": "https://github.com/Alex1989Wang/JWWaveView.git",
"tag": "0.1.0"
},
"platforms": {
"ios": "8.0"
},
"source_files": "JWWaveView/Classes/*"
}