blob: 6b6c057af0c75fffc35d80040f7bac40cb6ba68c [file] [log] [blame]
{
"name": "CBIntrospect",
"version": "0.3.3",
"summary": "Introspect is a tool for iOS that aids in debugging user interfaces built with UIKit. Communicates with View Introspector, a desktop app.",
"homepage": "https://github.com/cbess/CBIntrospector",
"license": "MIT",
"authors": {
"Christopher Bess": "cbess@quantumquinn.com"
},
"source": {
"git": "https://github.com/cbess/CBIntrospector.git",
"tag": "v0.3.3"
},
"platforms": {
"ios": null
},
"requires_arc": false,
"source_files": "CBIntrospect/*.{h,m}",
"frameworks": "QuartzCore",
"dependencies": {
"JSONKit": [
"1.5pre"
]
}
}