| { |
| "name": "UIGlossyButton", |
| "version": "0.1.0", |
| "license": { |
| "type": "MIT", |
| "file": "LICENSE" |
| }, |
| "summary": "Generate system like or other nice button without any image.", |
| "homepage": "https://github.com/waterlou/UIGlossyButton", |
| "authors": { |
| "waterlou": "https://github.com/waterlou" |
| }, |
| "platforms": { |
| "ios": null |
| }, |
| "requires_arc": true, |
| "source": { |
| "git": "https://github.com/waterlou/UIGlossyButton.git", |
| "tag": "v0.1.0" |
| }, |
| "frameworks": [ |
| "UIKit", |
| "QuartzCore" |
| ], |
| "subspecs": [ |
| { |
| "name": "Core", |
| "source_files": "UIGlossyButton/UIGlossyButton.{h,m}" |
| }, |
| { |
| "name": "LayerEffects", |
| "source_files": "UIGlossyButton/UIView+LayerEffects.{h,m}" |
| } |
| ] |
| } |