blob: f34b58047b8510e99b7474c0cf0cffad5a9a871f [file] [log] [blame]
{
"name": "GSBaseKit",
"version": "0.0.1",
"summary": "Net 263 SDK base component",
"platforms": {
"ios": null
},
"description": "GSBase contain GSCommonKit.framework GPUImage.framework GSDocKit.framework and libs that about FFMPEG and faad",
"homepage": "https://github.com/net263/GSBaseKit.git",
"license": "MIT",
"authors": {
"net263": "277715243@qq.com"
},
"source": {
"git": "https://github.com/net263/GSBaseKit.git",
"tag": "0.0.1"
},
"pod_target_xcconfig": {
"OTHER_LDFLAGS": "-lObjC"
},
"vendored_frameworks": [
"GSCommonKit.framework",
"GPUImage.framework",
"GSDocKit.framework"
],
"vendored_libraries": [
"Libs/*.a",
"Libs/ffmpeg/*.a"
],
"static_framework": true,
"libraries": [
"z",
"c++",
"iconv",
"icucore"
],
"ios": {
"frameworks": [
"AudioToolbox",
"VideoToolbox",
"CoreImage"
]
},
"frameworks": [
"UIKit",
"GLKit",
"OpenAL"
]
}