| { |
| "name": "RoundButton", |
| "version": "1.0.1", |
| "summary": "A round, framed button", |
| "description": "A round, framed button that includes a drop-shadow.", |
| "homepage": "https://github.com/exsortis/RoundButton", |
| "license": { |
| "type": "MIT", |
| "file": "LICENSE" |
| }, |
| "authors": { |
| "Paul Schifferer": "paul@schifferers.net" |
| }, |
| "social_media_url": "http://twitter.com/paulyhedral", |
| "platforms": { |
| "ios": "8.0" |
| }, |
| "source": { |
| "git": "https://github.com/exsortis/RoundButton.git", |
| "tag": "1.0.1" |
| }, |
| "source_files": "RoundButton/**/*.{h,m}", |
| "exclude_files": "Classes/Exclude", |
| "public_header_files": "RoundButton/**/*.h", |
| "requires_arc": true |
| } |