[Add] MOBFoundation 20241206
[CocoaPods.git] / Specs / 0 / 3 / 9 / CBIntrospect / 0.3.3 / CBIntrospect.podspec.json
blob6b6c057af0c75fffc35d80040f7bac40cb6ba68c
2   "name": "CBIntrospect",
3   "version": "0.3.3",
4   "summary": "Introspect is a tool for iOS that aids in debugging user interfaces built with UIKit. Communicates with View Introspector, a desktop app.",
5   "homepage": "https://github.com/cbess/CBIntrospector",
6   "license": "MIT",
7   "authors": {
8     "Christopher Bess": "cbess@quantumquinn.com"
9   },
10   "source": {
11     "git": "https://github.com/cbess/CBIntrospector.git",
12     "tag": "v0.3.3"
13   },
14   "platforms": {
15     "ios": null
16   },
17   "requires_arc": false,
18   "source_files": "CBIntrospect/*.{h,m}",
19   "frameworks": "QuartzCore",
20   "dependencies": {
21     "JSONKit": [
22       "1.5pre"
23     ]
24   }