blob: fafe21390e1be4c7beb927276c44503efa9de3fc [file] [log] [blame]
{
"name": "HTLivePushKit",
"version": "1.0.4",
"summary": "This is a Kit for iOS Live Push",
"description": "This is a Kit for iOS Live Push,you can pod this Kit to push video and audio",
"homepage": "http://www.helloted.com",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"helloted": "helloted@live.com"
},
"platforms": {
"ios": "8.0"
},
"source": {
"git": "https://github.com/helloted/HTLivePushKit.git",
"tag": "1.0.4"
},
"public_header_files": [
"include/librtmp/{*}.h",
"include/openssl/{*}.h"
],
"source_files": "include/**/*.{h,m}",
"xcconfig": {
"HEADER_SEARCH_PATHS": "${PODS_ROOT}/HTLivePushKit/include/**",
"LIBRARY_SEARCH_PATHS": "${PODS_ROOT}/HTLivePushKit/libs/**"
},
"frameworks": [
"AVFoundation",
"VideoToolbox",
"AudioToolbox"
],
"libraries": "z",
"vendored_libraries": [
"libs/libcrypto.a",
"libs/librtmp.a",
"libs/libssl.a"
],
"requires_arc": true
}