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