blob: 65e0ff53cacb61517f615849a5b51a616d22ac6b [file] [log] [blame]
{
"name": "HTLivePushKit",
"version": "1.0.5",
"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.5"
},
"public_header_files": "Classes/HTLivePushKit.h",
"source_files": "Classes/HTLivePushKit.h",
"xcconfig": {
"HEADER_SEARCH_PATHS": "${PODS_ROOT}/HTLivePushKit/include/**",
"LIBRARY_SEARCH_PATHS": "${PODS_ROOT}/HTLivePushKit/libs/**"
},
"frameworks": [
"AVFoundation",
"VideoToolbox",
"AudioToolbox"
],
"libraries": "z",
"requires_arc": true,
"subspecs": [
{
"name": "HTCapture",
"source_files": "Classes/Capture/*.{h,m}",
"public_header_files": "Classes/Capture/*.h",
"frameworks": "AVFoundation"
}
]
}