2 "name": "PerspectiveEye",
4 "summary": "PerspectiveEye is a \"Debug View Hierarchy\" tool that is simulated on iOS. It can display the hierarchical relationship, content and constraint information of all UIViews under the current window in 3D perspective.",
5 "description": "TODO: Add long description of the pod here.",
6 "homepage": "https://github.com/Yasic/PerspectiveEye",
8 "https://raw.githubusercontent.com/Yasic/PerspectiveEye/master/Screenshot/normal_mode_01.jpg",
9 "https://raw.githubusercontent.com/Yasic/PerspectiveEye/master/Screenshot/normal_mode_02.jpg",
10 "https://raw.githubusercontent.com/Yasic/PerspectiveEye/master/Screenshot/only_wireframe.jpg",
11 "https://raw.githubusercontent.com/Yasic/PerspectiveEye/master/Screenshot/show_constraints.jpg"
18 "Yasic": "yuxuan2580@gmail.com"
21 "git": "https://github.com/Yasic/PerspectiveEye.git",
33 "prefix_header_contents": [
35 "#import <Masonry/Masonry.h>",
36 "#import <SceneKit/SceneKit.h>",
37 "#import \"PEYDefines.h\"",
41 "VALID_ARCHS": "arm64 x86_64"
43 "source_files": "PerspectiveEye/Classes/**/*.{h,m,c}",
44 "public_header_files": "PerspectiveEye/Classes/**/*.h",