blob: b08f16558e3670e222c67026732939d7f9548586 [file] [log] [blame]
{
"name": "JESAlertView",
"version": "0.0.1",
"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": "0.0.1"
},
"source_files": [
"JESAlertView/*.swift"
],
"frameworks": "UIKit",
"requires_arc": true
}