| { |
| "name": "KUIActionSheet", |
| "version": "1.0.7", |
| "summary": "Custom UIActionSheet", |
| "description": "Custom UIActionSheet for Swift", |
| "homepage": "https://github.com/Kofktu/KUIActionSheet", |
| "license": { |
| "type": "MIT", |
| "file": "LICENSE" |
| }, |
| "authors": { |
| "Kofktu": "kofktu@gmail.com" |
| }, |
| "platforms": { |
| "ios": "8.0" |
| }, |
| "source": { |
| "git": "https://github.com/Kofktu/KUIActionSheet.git", |
| "tag": "1.0.7" |
| }, |
| "source_files": "KUIActionSheet/Classes/**/*.{swift}", |
| "resources": "KUIActionSheet/Assets/*.{png,xib}", |
| "requires_arc": true |
| } |