blob: 4f4a2a4ae30fb0c78ee65baa0d17608a308dc39f [file] [log] [blame]
{
"name": "XMAlertSheetController",
"version": "1.0.0",
"summary": "A alert sheet like sub type alertSheet of UIAlertViewController",
"description": "XMAlertSheetController is a Swift library that provides a custom action sheet. It will give the users a fancy experience without taking pains coding the cool animation. Hokusai is compatible with Swift4.",
"homepage": "https://github.com/iMazy/XMAlertSheetController",
"license": "MIT",
"authors": {
"Mazy": "mazy_ios@163.com"
},
"platforms": {
"ios": "9.0"
},
"source": {
"git": "https://github.com/iMazy/XMAlertSheetController.git",
"tag": "1.0.0"
},
"source_files": "XMAlertSheetController/AlertSheet/**/*",
"resource_bundles": {
"XMAlertSheetController": [
"XMAlertSheetController/AlertSheet/**/*.xib"
]
},
"swift_versions": "4.0",
"frameworks": "UIKit",
"requires_arc": true,
"swift_version": "4.0"
}