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