| { | |
| "name": "TCButton", | |
| "version": "1.0.0", | |
| "summary": "A UIButton that given custom assets, functions like iOS 7 style buttons.", | |
| "homepage": "https://github.com/crizzwald/TCButton", | |
| "license": { | |
| "type": "PERSONAL", | |
| "file": "LICENSE" | |
| }, | |
| "authors": { | |
| "Todd Crown": "ToddCrown@gmail.com" | |
| }, | |
| "source": { | |
| "git": "https://github.com/crizzwald/TCButton.git", | |
| "tag": "1.0.0" | |
| }, | |
| "platforms": { | |
| "ios": "6.0" | |
| }, | |
| "source_files": "*.{h,m}", | |
| "requires_arc": true | |
| } |