blob: 40732d0a0a513d119dc97f37e1f2078a777c747f [file] [log] [blame]
{
"name": "XMAlertSheetController",
"version": "1.0.2",
"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.2"
},
"source_files": "XMAlertSheetController/AlertSheet/*",
"resource_bundles": {
"XMAlertSheetController": [
"XMAlertSheetController/AlertSheet/*.xib"
]
},
"swift_versions": "4.0",
"frameworks": "UIKit",
"requires_arc": true,
"swift_version": "4.0"
}