blob: a25c1ce6442a4c0384f4accbf5361b4ed3d5b60d [file] [log] [blame]
{
"name": "HTLivePushKit",
"version": "1.0.8",
"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"
},
"social_media_url": "http://helloted.com",
"platforms": {
"ios": "8.0"
},
"source": {
"git": "https://github.com/helloted/HTLivePushKit.git",
"tag": "1.0.8"
},
"source_files": [
"include/**/*.{h,m}",
"Classes/**/*.{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": [
"Libraries/libcrypto.a",
"Libraries/librtmp.a",
"Libraries/libssl.a"
],
"requires_arc": true,
"subspecs": [
{
"name": "HTCapture",
"public_header_files": "Classes/Capture/*.h",
"source_files": "Classes/Capture/*.{h,m}"
},
{
"name": "HTEncoder",
"public_header_files": "Classes/Encoder/*.h",
"source_files": "Classes/Encoder/*.{h,m}"
}
]
}