| { |
| "name": "WhdeButtonAnimation", |
| "version": "1.0.0", |
| "summary": "iOS UIButton with Click Animation like Android 5.0", |
| "homepage": "https://github.com/whde/WhdeButtonAnimation", |
| "license": "MIT", |
| "authors": { |
| "Whde": "460290973@qq.com" |
| }, |
| "platforms": { |
| "ios": "7.0" |
| }, |
| "source": { |
| "git": "https://github.com/whde/WhdeButtonAnimation.git", |
| "tag": "1.0.0" |
| }, |
| "source_files": "WhdeButtonAnimation/Class/*", |
| "frameworks": [ |
| "Foundation", |
| "QuartzCore", |
| "UIKit" |
| ], |
| "requires_arc": true, |
| "description": "iOS UIButton with Click Animation like Android's button animation" |
| } |