blob: b73900bada61ef0ad56487cc8c8ca8f4de1e26c6 [file] [log] [blame]
{
"name": "JGNetworkReachability",
"version": "0.0.8",
"summary": "iOS 弹出系统Alert通用方法定义",
"description": "iOS 弹出系统Alert便捷方法定义\n\n功能包括:\n1、支持多Block回调监听\n2、支持多Selector回调监听\n3、支持通知中心监听",
"homepage": "https://github.com/dengni8023/JGNetworkReachability",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"source": {
"git": "https://github.com/dengni8023/JGNetworkReachability.git",
"tag": "0.0.8"
},
"authors": [
{
"等你8023": "945835664@qq.com"
},
{
"git": "https://github.com/dengni8023/JGNetworkReachability.git",
"tag": "0.0.8"
}
],
"requires_arc": true,
"platforms": {
"ios": "8.0"
},
"source_files": "JGNetworkReachability/*.{h,m}",
"public_header_files": "JGNetworkReachability/*.h",
"dependencies": {
"JGSourceBase": [
"~> 0.1.0"
]
}
}