blob: 5c1f29cf1b19062d286d455fda8cdc2c478a92a9 [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.0",
"platforms": {
"ios": "8.0"
},
"source": {
"git": "https://github.com/CocoaDebug/CocoaDebug.git",
"branch": "master",
"tag": "0.0.5"
},
"version": "0.0.5"
}