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