blob: 0a014221a6bf73ef0960176065402b736a0d330d [file] [log] [blame]
{
"name": "PerspectiveEye",
"version": "0.3.0",
"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.",
"description": "TODO: Add long description of the pod here.",
"homepage": "https://github.com/Yasic/PerspectiveEye",
"screenshots": [
"https://raw.githubusercontent.com/Yasic/PerspectiveEye/master/Screenshot/normal_mode_01.jpg",
"https://raw.githubusercontent.com/Yasic/PerspectiveEye/master/Screenshot/normal_mode_02.jpg",
"https://raw.githubusercontent.com/Yasic/PerspectiveEye/master/Screenshot/only_wireframe.jpg",
"https://raw.githubusercontent.com/Yasic/PerspectiveEye/master/Screenshot/show_constraints.jpg"
],
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Yasic": "yuxuan2580@gmail.com"
},
"source": {
"git": "https://github.com/Yasic/PerspectiveEye.git",
"tag": "0.3.0"
},
"frameworks": [
"UIKit",
"Foundation",
"SceneKit"
],
"libraries": "c++",
"platforms": {
"ios": "8.0"
},
"prefix_header_contents": [
"#ifdef __OBJC__",
"#import <Masonry/Masonry.h>",
"#import <SceneKit/SceneKit.h>",
"#import \"PEYDefines.h\"",
"#endif"
],
"xcconfig": {
"VALID_ARCHS": "arm64 x86_64"
},
"source_files": "PerspectiveEye/Classes/**/*.{h,m,c}",
"public_header_files": "PerspectiveEye/Classes/**/*.h",
"dependencies": {
"Masonry": [
]
}
}