[Add] YLProgressHUD 0.0.2
[CocoaPods.git] / Specs / 5 / 2 / b / PerspectiveEye / 0.3.0 / PerspectiveEye.podspec.json
blob0a014221a6bf73ef0960176065402b736a0d330d
2   "name": "PerspectiveEye",
3   "version": "0.3.0",
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",
7   "screenshots": [
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"
12   ],
13   "license": {
14     "type": "MIT",
15     "file": "LICENSE"
16   },
17   "authors": {
18     "Yasic": "yuxuan2580@gmail.com"
19   },
20   "source": {
21     "git": "https://github.com/Yasic/PerspectiveEye.git",
22     "tag": "0.3.0"
23   },
24   "frameworks": [
25     "UIKit",
26     "Foundation",
27     "SceneKit"
28   ],
29   "libraries": "c++",
30   "platforms": {
31     "ios": "8.0"
32   },
33   "prefix_header_contents": [
34     "#ifdef __OBJC__",
35     "#import <Masonry/Masonry.h>",
36     "#import <SceneKit/SceneKit.h>",
37     "#import \"PEYDefines.h\"",
38     "#endif"
39   ],
40   "xcconfig": {
41     "VALID_ARCHS": "arm64 x86_64"
42   },
43   "source_files": "PerspectiveEye/Classes/**/*.{h,m,c}",
44   "public_header_files": "PerspectiveEye/Classes/**/*.h",
45   "dependencies": {
46     "Masonry": [
48     ]
49   }