blob: 1d69572207b0e72710ca9f8b86d6b1179d33520f [file] [log] [blame]
{
"name": "ReachabilityManager",
"platforms": {
"ios": "9.0"
},
"module_name": "ReachabilityManager",
"summary": "Monitor connection and to implement the functions you wanted",
"requires_arc": true,
"version": "1.0.0",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"吳登秝": "ji3g4kami@gmail.com"
},
"homepage": "https://github.com/ji3g4kami/ReachabilityManager",
"source": {
"git": "https://github.com/ji3g4kami/ReachabilityManager.git",
"tag": "1.0.0"
},
"frameworks": "SystemConfiguration",
"source_files": [
"ReachabilityManager/*.swift",
"ReachabilityManager/ReachabilityManager.h"
],
"public_header_files": [
"ReachabilityManager/ReachabilityManager.h"
],
"swift_versions": "5.0",
"dependencies": {
"ReachabilitySwift": [
]
},
"static_framework": true,
"swift_version": "5.0"
}