blob: 40cf101f9cff6aee8c735a8e3e8ff55b6cd88a58 [file] [log] [blame]
{
"name": "SFLiveLib",
"version": "1.0.0",
"summary": "Joygo Live System Client Lib",
"description": "TODO: Add long description of the pod here.",
"homepage": "https://github.com/nemoleo",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"lee": "nemoleo@yeah.met"
},
"source": {
"git": "https://github.com/nemoleo/SFLiveLib.git",
"tag": "1.0.0"
},
"platforms": {
"ios": "8.0"
},
"source_files": "SFLiveLib/**/*.h",
"vendored_libraries": "Library/**/*.a",
"preserve_paths": "Library/**/*.a",
"public_header_files": "SFLiveLib/**/*.h",
"frameworks": [
"UIKit",
"CoreGraphics",
"Foundation",
"AVFoundation",
"VideoToolbox",
"AudioToolbox",
"CoreTelephony",
"OpenAL"
],
"libraries": [
"stdc++",
"c++",
"iconv"
],
"xcconfig": {
"CLANG_CXX_LANGUAGE_STANDARD": "c++11",
"CLANG_CXX_LIBRARY": "libc++"
},
"dependencies": {
"Mantle": [
],
"FMDB": [
],
"Overcoat": [
],
"CocoaAsyncSocket": [
]
}
}