| { |
| "name": "KKBaseActionSheet", |
| "version": "1.0.0", |
| "summary": "基于block的UIActionSheet", |
| "description": "一行代码搞定ActionSheet的初始化以及回调", |
| "homepage": "https://github.com/colaicode/KKBaseActionSheet", |
| "license": { |
| "type": "MIT", |
| "file": "LICENSE" |
| }, |
| "authors": { |
| "colaicode": "colaicode@163.com" |
| }, |
| "platforms": { |
| "ios": "7.0" |
| }, |
| "source": { |
| "git": "https://github.com/colaicode/KKBaseActionSheet.git", |
| "tag": "1.0.0" |
| }, |
| "source_files": "KKBaseActionSheetDemo/KKBaseActionSheet/*.{h,m}", |
| "requires_arc": true |
| } |