blob: 50ab4ea7633bc9a102e7ca3c36efb1ef9c199f5f [file] [log] [blame]
{
"name": "DMActionController",
"version": "1.0.0",
"swift_versions": "5.0",
"summary": "A customizable action sheet.",
"description": "DMActionController is customizable action sheet with an api that is base on UIKit's UIAlertController.",
"homepage": "https://github.com/dominicmdev/DMActionController",
"license": "MIT",
"authors": {
"Dominic Miller": "dominicmdev@gmail.com"
},
"source": {
"git": "https://github.com/dominicmdev/DMActionController.git",
"tag": "1.0.0"
},
"platforms": {
"ios": "10.0"
},
"requires_arc": true,
"source_files": "DMActionController/*.{swift,h,m}",
"resources": "DMActionController/*.{xcassets,xib}",
"swift_version": "5.0"
}