blob: 3f6116253b56c47ff0f9dc199cf8a89431a8ef4e [file] [log] [blame]
{
"name": "MPDebug",
"version": "1.1.3",
"summary": "A remote debug tools for iOS",
"description": "A debug tools for iOS with browser",
"homepage": "https://github.com/manhpham90vn/MPDebug",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"manhpham90vn": "manhpham90vn@icloud.com"
},
"source": {
"git": "https://github.com/manhpham90vn/MPDebug.git",
"tag": "1.1.3"
},
"platforms": {
"ios": "10.0"
},
"source_files": "MPDebug/*.{h,m,swift}",
"preserve_paths": "MPDebug/module.modulemap",
"xcconfig": {
"SWIFT_INCLUDE_PATHS": "'${PODS_TARGET_SRCROOT}/MPDebug'"
},
"swift_versions": "5.0",
"dependencies": {
"Socket.IO-Client-Swift": [
"~> 15.2.0"
]
},
"swift_version": "5.0"
}