blob: a98a37b7d2c97fdfa9a07d92946cb510e976b13e [file] [log] [blame]
{
"name": "ActionSheetController",
"version": "4.0.0",
"license": "MIT",
"summary": "ActionSheetController is an UIAlertController's APIs like ActionSheet control.",
"homepage": "https://github.com/cuzv/ActionSheetController",
"authors": {
"Shaw": "cuzval@gmail.com"
},
"source": {
"git": "https://github.com/cuzv/ActionSheetController.git",
"tag": "4.0.0"
},
"platforms": {
"ios": "8.0"
},
"source_files": "Sources/*.swift",
"requires_arc": true,
"dependencies": {
"ModalTransitioning": [
"~> 4.0"
]
}
}