blob: a1dff66247a34f75d89d09357e237ee2cb6ee658 [file] [log] [blame]
{
"name": "CocoaDebug",
"summary": "iOS Debugging Tool",
"homepage": "https://github.com/CocoaDebug/CocoaDebug",
"authors": {
"CocoaDebug": "CocoaDebug@gmail.com"
},
"license": "MIT",
"source_files": [
"Sources",
"Sources/**/*.{h,m,swift}"
],
"public_header_files": "Sources/**/*.h",
"resources": "Sources/**/*.{png,xib,storyboard}",
"frameworks": [
"UIKit",
"Foundation"
],
"requires_arc": true,
"swift_version": "4.2",
"platforms": {
"ios": "8.0"
},
"source": {
"git": "https://github.com/CocoaDebug/CocoaDebug.git",
"branch": "master",
"tag": "0.5.5"
},
"version": "0.5.5"
}