blob: 248e8183f30d5fbcc6869b85cbe75849852bdf07 [file] [log] [blame]
{
"name": "JESAlertView",
"version": "1.0.0",
"summary": "A simple alert view and action sheet for iOS",
"description": "A simple alert view and action sheet for iOS.",
"homepage": "https://github.com/ShiWeiCN/JESAlertView",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Jerry Shi": "stayfocusjs@gmail.com"
},
"platforms": {
"ios": "8.0"
},
"source": {
"git": "https://github.com/ShiWeiCN/JESAlertView.git",
"tag": "1.0.0"
},
"source_files": [
"JESAlertView/*.swift"
],
"frameworks": "UIKit",
"requires_arc": true
}