| { |
| "name": "UIRippleWave", |
| "version": "1.0.0", |
| "summary": "UIView+Ripple+Wave is a lightweight framework that adds a waving effect to any UIView and written in Swift.", |
| "description": "UIRippleWave can be used without any wrappers nor layout and touch handling, simply call the start wave function.", |
| "homepage": "https://github.com/vigneshuvi/UIRippleWave", |
| "license": "MIT", |
| "authors": { |
| "Vignesh Kumar": "http://vigneshuvi.github.io/" |
| }, |
| "platforms": { |
| "ios": "8.0" |
| }, |
| "source": { |
| "git": "https://github.com/vigneshuvi/UIRippleWave.git", |
| "tag": "1.0.0" |
| }, |
| "source_files": [ |
| "UIRippleWave", |
| "UIRippleWave/**/*.{h,m,swift}" |
| ], |
| "requires_arc": true, |
| "pushed_with_swift_version": "3.0" |
| } |