blob: 4fd7f6803ae4cc4c06fcf9dce1a7dd04706083bc [file] [log] [blame]
{
"name": "SLLibTest",
"version": "0.0.1",
"summary": "My SLLibTest.",
"description": "hello pod lib",
"homepage": "https://github.com/smallLabel/SLLibTest",
"license": "MIT",
"authors": {
"smallLabel": "1007243939@qq.com"
},
"platforms": {
"ios": "7.0"
},
"requires_arc": true,
"source": {
"git": "https://github.com/smallLabel/SLLibTest.git",
"tag": "0.0.1"
},
"source_files": "SLTest/Release-iphoneos/include/SLLibTest/*.h",
"frameworks": [
"OpenGLES",
"GLKit",
"CoreGraphics",
"Security"
],
"libraries": "z",
"xcconfig": {
"Library_Search_Paths": "$(SRCROOT)/Release-$(PLATFORM_NAME)",
"Compile_Sources_As": "Objective-C++",
"Other_Linker_Flags": "-ObjC"
}
}