blob: 5ceb757c3dc36242b31b9b752f57cd36cc2a5a1e [file] [log] [blame]
{
"name": "PerspectiveEye",
"version": "0.2.0",
"summary": "A short description of PerspectiveEye.",
"description": "TODO: Add long description of the pod here.",
"homepage": "https://github.com/Yasic/PerspectiveEye",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Yasic": "yuxuan2580@gmail.com"
},
"source": {
"git": "https://github.com/Yasic/PerspectiveEye.git",
"tag": "0.2.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": [
]
}
}