[Add] ZJSDK 2.5.7.5
[CocoaPods.git] / Specs / a / 7 / 6 / HTLivePushKit / 1.0.5 / HTLivePushKit.podspec.json
blob65e0ff53cacb61517f615849a5b51a616d22ac6b
2   "name": "HTLivePushKit",
3   "version": "1.0.5",
4   "summary": "This is a Kit for iOS Live Push",
5   "description": "This is a Kit for iOS Live Push,you can pod this Kit to push video and audio",
6   "homepage": "http://www.helloted.com",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "helloted": "helloted@live.com"
13   },
14   "platforms": {
15     "ios": "8.0"
16   },
17   "source": {
18     "git": "https://github.com/helloted/HTLivePushKit.git",
19     "tag": "1.0.5"
20   },
21   "public_header_files": "Classes/HTLivePushKit.h",
22   "source_files": "Classes/HTLivePushKit.h",
23   "xcconfig": {
24     "HEADER_SEARCH_PATHS": "${PODS_ROOT}/HTLivePushKit/include/**",
25     "LIBRARY_SEARCH_PATHS": "${PODS_ROOT}/HTLivePushKit/libs/**"
26   },
27   "frameworks": [
28     "AVFoundation",
29     "VideoToolbox",
30     "AudioToolbox"
31   ],
32   "libraries": "z",
33   "requires_arc": true,
34   "subspecs": [
35     {
36       "name": "HTCapture",
37       "source_files": "Classes/Capture/*.{h,m}",
38       "public_header_files": "Classes/Capture/*.h",
39       "frameworks": "AVFoundation"
40     }
41   ]