blob: c943cef4c4ede8de588a59f50b35278e72897984 [file] [log] [blame]
{
"name": "MSGraphicsEngine",
"version": "0.1.1",
"summary": "A short description of MSGraphicsEngine.",
"description": "TODO: Add long description of the pod here.",
"homepage": "https://github.com/mateuszstompor/DistributionMSEngine",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"mateuszstompor": "mateusz.stompor@gmail.com"
},
"source": {
"git": "https://github.com/mateuszstompor/DistributionMSEngine.git",
"tag": "0.1.1"
},
"libraries": "c++",
"xcconfig": {
"CLANG_CXX_LANGUAGE_STANDARD": "c++11",
"CLANG_CXX_LIBRARY": "libc++"
},
"platforms": {
"ios": "9.0",
"osx": "10.10"
},
"source_files": "MSGraphicsEngine/Classes/common/**/*.{h, hpp, m, mm, cpp, c}",
"ios": {
"source_files": "MSGraphicsEngine/Classes/ios/*.{h, hpp, m, mm, cpp, c}",
"public_header_files": "MSGraphicsEngine/Classes/ios/*.{h, hpp}",
"frameworks": "OpenGLES"
},
"osx": {
"source_files": "MSGraphicsEngine/Classes/mac/*.{h, hpp, m, mm, cpp, c}",
"public_header_files": "MSGraphicsEngine/Classes/mac/*.{h, hpp}",
"frameworks": "OpenGL"
},
"resource_bundles": {
"MSGraphicsEngine": [
"MSGraphicsEngine/Assets/Shaders/*"
]
},
"public_header_files": "MSGraphicsEngine/Classes/common/**/*.{h, hpp}",
"frameworks": "Foundation"
}