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