| { | |
| "name": "KKBaseButton", | |
| "version": "1.0.0", | |
| "summary": "基于block的UIButton库", | |
| "description": "基于block的UIButton封装", | |
| "homepage": "https://github.com/colaicode/KKBaseButton", | |
| "license": { | |
| "type": "MIT", | |
| "file": "LICENSE" | |
| }, | |
| "authors": { | |
| "colaicode": "colaicode@163.com" | |
| }, | |
| "platforms": { | |
| "ios": "7.0" | |
| }, | |
| "source": { | |
| "git": "https://github.com/colaicode/KKBaseButton.git", | |
| "tag": "1.0.0" | |
| }, | |
| "source_files": "KKBaseButtonDemo/KKBaseButton/*.{h,m}", | |
| "requires_arc": true | |
| } |