blob: b787bb355a3332cb2cf05674e69b6013f517688d [file] [log] [blame]
{
"name": "SWAlertController",
"version": "0.0.1-beta",
"summary": "Simple Alert View using Swift 2.2, which can be used as a UIAlertController.",
"description": "\"Simple Alert View using Swift 2.2, which can be used as a UIAlertController. Supports iOS 8.0+.\"",
"homepage": "https://github.com/ShiWeiCN/SWActionSheet",
"license": "MIT",
"authors": {
"ShiWeiCN": "stayfocusjs@gmail.com"
},
"platforms": {
"ios": "8.0"
},
"source": {
"git": "https://github.com/ShiWeiCN/SWActionSheet.git",
"tag": "0.0.1-beta"
},
"source_files": [
"SWAlertController",
"SWAlertController/**/*.{swift}"
],
"frameworks": [
"UIKit",
"Foundation"
]
}