| { |
| "name": "JTSActionSheet", |
| "version": "1.0.0", |
| "summary": "Replacement for UIActionSheet on iOS, with customizable fonts and colors, and block-based actions.", |
| "homepage": "https://github.com/jaredsinclair/JTSActionSheet", |
| "license": { |
| "type": "MIT", |
| "file": "LICENSE" |
| }, |
| "authors": { |
| "Jared Sinclair": "https://twitter.com/jaredsinclair" |
| }, |
| "source": { |
| "git": "https://github.com/jaredsinclair/JTSActionSheet.git", |
| "tag": "1.0.0" |
| }, |
| "platforms": { |
| "ios": "7.0" |
| }, |
| "requires_arc": true, |
| "frameworks": "UIKit", |
| "compiler_flags": "-fmodules", |
| "source_files": [ |
| "Source/*.{h,m}" |
| ] |
| } |