blob: 4d06756fc06ee3ecd81ecc56b9e0809aaf41b8b5 [file] [log] [blame]
{
"name": "CocoaDebug",
"summary": "iOS Debugging Tool",
"homepage": "https://github.com/CocoaDebug/CocoaDebug",
"authors": {
"CocoaDebug": "man.li@shopee.com"
},
"license": "MIT",
"source_files": [
"Sources",
"Sources/**/*.{h,m,swift,c}"
],
"public_header_files": "Sources/**/*.h",
"resources": "Sources/**/*.{png,xib,storyboard}",
"frameworks": [
"UIKit",
"Foundation"
],
"requires_arc": true,
"platforms": {
"ios": "8.0"
},
"swift_versions": "5.0",
"version": "1.1.5",
"source": {
"git": "https://github.com/CocoaDebug/CocoaDebug.git",
"branch": "master",
"tag": "1.1.5"
},
"pod_target_xcconfig": {
"GCC_PREPROCESSOR_DEFINITIONS": "$(inherited) GPB_USE_PROTOBUF_FRAMEWORK_IMPORTS=1"
},
"dependencies": {
"Protobuf": [
]
},
"swift_version": "5.0"
}