blob: 528684e4de1a1c53a604b06cbe06aef0d33cd555 [file] [log] [blame]
{
"name": "JGAlertController",
"version": "0.0.4",
"summary": "iOS 弹出系统Alert通用方法定义",
"description": "iOS 弹出系统Alert便捷方法定义\n\n功能包括:\n1、JGAlertController调用显示Alert、ActionSheet\n2、UIController调用显示Alert、ActionSheet",
"homepage": "https://github.com/dengni8023/JGAlertController",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"source": {
"git": "https://github.com/dengni8023/JGAlertController.git",
"tag": "0.0.4"
},
"authors": [
{
"等你8023": "945835664@qq.com"
},
{
"git": "https://github.com/dengni8023/JGAlertController.git",
"tag": "0.0.4"
}
],
"requires_arc": true,
"platforms": {
"ios": "8.0"
},
"source_files": "JGAlertController/*.{h,m}",
"public_header_files": "JGAlertController/*.h",
"dependencies": {
"JGSourceBase": [
"~> 0.1.0"
]
}
}