[Add] TensorFlowLiteSwift 0.0.1-nightly.20250104
[CocoaPods.git] / Specs / e / 2 / 9 / RunTrace / 1.1 / RunTrace.podspec.json
blobb071760e7b0f66a61ea86d7b50c00b92b6b81a51
2   "name": "RunTrace",
3   "version": "1.1",
4   "summary": "RunTrace tracks every UI element, including origin, bounds, frame, superview, subview etc.",
5   "description": "RunTrace using Method Swizzling to require coordinates of a view\nbefore shown on the screen. Feel free to use RunTrace to track\ninformation about an UI element.Just like reveal but more powerful \nand the best part is that you can have all of this with just one \nline in your code.",
6   "homepage": "https://github.com/sx1989827/RunTrace",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "sx1989827": ""
13   },
14   "platforms": {
15     "ios": "7.0"
16   },
17   "source": {
18     "git": "https://github.com/sx1989827/RunTrace.git",
19     "tag": "1.1"
20   },
21   "source_files": "RunTrace/RunTrace/*.{h,m}",
22   "resources": "RunTrace/RunTrace/*.xib",
23   "requires_arc": true