[Add] ZJSDK 2.5.8.16
[CocoaPods.git] / Specs / 7 / b / 4 / MRARViewDebugger / 0.1.0 / MRARViewDebugger.podspec.json
blob371a2c8f2f687191e6c9a2b1ebb9b3de0882f854
2   "name": "MRARViewDebugger",
3   "version": "0.1.0",
4   "summary": "MRARViewDebugger allows in place view hierarchy visualization using ARKit.",
5   "description": "MRARViewDebugger allows in place view hierarchy visualization of `UIViewController`s using ARKit.\nThe user is given the ability to separate layers by variable distances and scrub through the stack\nusing a slider similar to what Apple provides in Xcode's built in view debugger.\n\nDebug your views on the device when something goes wrong vs. having to deal with reproducing and/or\nattaching to the process in Xcode.",
6   "homepage": "https://github.com/mattrobmattrob/MRARViewDebugger",
7   "screenshots": [
8     "https://github.com/mattrobmattrob/MRARViewDebugger/raw/master/Media/View.PNG",
9     "https://github.com/mattrobmattrob/MRARViewDebugger/raw/master/Media/View-Expanded-1.PNG",
10     "https://github.com/mattrobmattrob/MRARViewDebugger/raw/master/Media/View-Expanded-2.PNG"
11   ],
12   "license": {
13     "type": "MIT",
14     "file": "LICENSE"
15   },
16   "authors": "@mattrobmattrob",
17   "source": {
18     "git": "https://github.com/mattrobmattrob/MRARViewDebugger.git",
19     "tag": "0.1.0"
20   },
21   "social_media_url": "https://twitter.com/m4ttrob",
22   "platforms": {
23     "ios": "11.0"
24   },
25   "source_files": "MRARViewDebugger/Classes/**/*",
26   "frameworks": [
27     "UIKit",
28     "ARKit",
29     "SceneKit"
30   ],
31   "pushed_with_swift_version": "4.0"