blob: ff8f1a4ef12bd973af5dba8d444f8f53e8fe62d5 [file] [log] [blame]
{
"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}"
]
}