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