blob: 3772296db8f0a4e6f3f0fd1ab4bb5e9afbf5ef13 [file] [log] [blame]
{
"name": "ActionSheetController",
"version": "0.3.0",
"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": "0.3.0"
},
"platforms": {
"ios": "8.0"
},
"source_files": "Sources/*.swift",
"requires_arc": true,
"dependencies": {
"PresentAnimatedTransitioningController": [
"~> 0.1"
]
}
}