blob: 802abb6b2a2e2a978133b3ba4ea11282496b3b7e [file] [log] [blame]
{
"name": "RtSDK",
"version": "0.1.2",
"summary": "net263 RtSDK.",
"description": "TODO: Add long description of the pod here.",
"homepage": "https://github.com/net263/RtSDK",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"net263": "277715243@qq.com"
},
"source": {
"git": "https://github.com/net263/RtSDK.git",
"tag": "0.1.2"
},
"platforms": {
"ios": "8.0"
},
"vendored_frameworks": [
"RtSDK.framework",
"GSCommonKit.framework",
"GPUImage.framework",
"GSDocKit.framework"
],
"pod_target_xcconfig": {
"OTHER_LDFLAGS": "-lObjC"
},
"vendored_libraries": [
"Libs/*.a",
"Libs/ffmpeg/*.a"
],
"static_framework": true,
"frameworks": [
"UIKit",
"GLKit"
],
"libraries": [
"z",
"c++",
"iconv",
"icucore"
]
}