| { | |
| "name": "KKSActionSheet", | |
| "version": "0.1.0", | |
| "summary": "Beatiful action sheet written on swift", | |
| "homepage": "https://github.com/krizhanovskii", | |
| "license": "MIT", | |
| "authors": { | |
| "k.krizhanovskii": "k.krizhanovskii@gmail.com" | |
| }, | |
| "source": { | |
| "git": "https://github.com/krizhanovskii/KKActionSheet.git", | |
| "tag": "0.1.0" | |
| }, | |
| "platforms": { | |
| "ios": "8.0" | |
| }, | |
| "requires_arc": true, | |
| "source_files": "KKSActionSheet/Classes/**/*", | |
| "frameworks": [ | |
| "UIKit", | |
| "Foundation" | |
| ] | |
| } |