| { |
| "name": "CKLAHKActionSheet", |
| "version": "0.6.1", |
| "summary": "An alternative to the UIActionSheet with a block-based API and a modern, customizable look.", |
| "homepage": "https://github.com/fastred/AHKActionSheet", |
| "license": "MIT", |
| "authors": { |
| "Arkadiusz Holko": "fastred@fastred.org" |
| }, |
| "source": { |
| "git": "https://github.com/lucoceano/AHKActionSheet.git", |
| "tag": "0.6.1" |
| }, |
| "requires_arc": true, |
| "source_files": "Classes", |
| "public_header_files": "Classes/*.h", |
| "platforms": { |
| "ios": "6.0" |
| }, |
| "frameworks": [ |
| "QuartzCore" |
| ] |
| } |