[Add] RongCloudRTC 5.12.0
[CocoaPods.git] / Specs / e / 2 / 9 / RunTrace / 1.0 / RunTrace.podspec.json
blob6d3b853647026755c93ffd6c17889d35d1a1cc5d
2   "name": "RunTrace",
3   "version": "1.0",
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.0"
20   },
21   "source_files": "RunTrace/RunTrace/*.{h,m}",
22   "resources": "RunTrace/RunTrace/*.xib",
23   "requires_arc": true