[Add] YIM 2.2.1
[CocoaPods.git] / Specs / 5 / 2 / b / PerspectiveEye / 0.2.0 / PerspectiveEye.podspec.json
blob5ceb757c3dc36242b31b9b752f57cd36cc2a5a1e
2   "name": "PerspectiveEye",
3   "version": "0.2.0",
4   "summary": "A short description of PerspectiveEye.",
5   "description": "TODO: Add long description of the pod here.",
6   "homepage": "https://github.com/Yasic/PerspectiveEye",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Yasic": "yuxuan2580@gmail.com"
13   },
14   "source": {
15     "git": "https://github.com/Yasic/PerspectiveEye.git",
16     "tag": "0.2.0"
17   },
18   "frameworks": [
19     "UIKit",
20     "Foundation",
21     "SceneKit"
22   ],
23   "libraries": "c++",
24   "platforms": {
25     "ios": "8.0"
26   },
27   "prefix_header_contents": [
28     "#ifdef __OBJC__",
29     "#import <Masonry/Masonry.h>",
30     "#import <SceneKit/SceneKit.h>",
31     "#import \"PEYDefines.h\"",
32     "#endif"
33   ],
34   "xcconfig": {
35     "VALID_ARCHS": "arm64 x86_64"
36   },
37   "source_files": "PerspectiveEye/Classes/**/*.{h,m,c}",
38   "public_header_files": "PerspectiveEye/Classes/**/*.h",
39   "dependencies": {
40     "Masonry": [
42     ]
43   }