blob: 53984933f5c54bfdc8a6e0fded6db0a5026e7efc [file] [log] [blame]
{
"name": "InAppViewDebugger",
"version": "1.0.0",
"summary": "A UIView debugger (like Reveal or Xcode) that can be embedded in an app for on-device view debugging.",
"homepage": "https://github.com/indragiek/InAppViewDebugger",
"screenshots": "https://raw.githubusercontent.com/indragiek/InAppViewDebugger/master/docs/img/main.png",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Indragie Karunaratne": "i@indragie.com"
},
"social_media_url": "https://twitter.com/indragie",
"platforms": {
"ios": "11.0"
},
"swift_versions": "4.2",
"source": {
"git": "https://github.com/indragiek/InAppViewDebugger.git",
"tag": "1.0.0"
},
"source_files": "InAppViewDebugger/**/*.{h,m,swift}",
"resources": "InAppViewDebugger/**/*.xcassets"
}