blob: 6bc165c87ea51a3d8a870e2df89d8da511763c84 [file] [log] [blame]
{
"name": "JGAlertController",
"version": "0.0.2",
"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.2"
},
"authors": [
{
"等你8023": "945835664@qq.com"
},
{
"git": "https://github.com/dengni8023/JGAlertController.git",
"tag": "0.0.2"
}
],
"platforms": {
"ios": "8.0"
},
"source_files": "JGAlertController/*.{h,m}",
"dependencies": {
"JGSourceBase": [
"~> 0.0.1"
]
},
"requires_arc": true
}