blob: b255878cfd64b2c078476d7bfd372d5a9be7591a [file] [log] [blame]
{
"name": "SWAlertController",
"version": "1.0.0",
"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": "1.0.0"
},
"source_files": [
"SWAlertController",
"SWAlertController/**/*.{.swift}"
],
"exclude_files": "Classes/Exclude",
"frameworks": [
"UIKit",
"Foundation"
]
}