[Add] UBiXDaq 2.4.0
[CocoaPods.git] / Specs / a / 7 / 6 / HTLivePushKit / 1.0.8 / HTLivePushKit.podspec.json
bloba25c1ce6442a4c0384f4accbf5361b4ed3d5b60d
2   "name": "HTLivePushKit",
3   "version": "1.0.8",
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   "social_media_url": "http://helloted.com",
15   "platforms": {
16     "ios": "8.0"
17   },
18   "source": {
19     "git": "https://github.com/helloted/HTLivePushKit.git",
20     "tag": "1.0.8"
21   },
22   "source_files": [
23     "include/**/*.{h,m}",
24     "Classes/**/*.{h,m}"
25   ],
26   "xcconfig": {
27     "HEADER_SEARCH_PATHS": "${PODS_ROOT}/HTLivePushKit/include/**",
28     "LIBRARY_SEARCH_PATHS": "${PODS_ROOT}/HTLivePushKit/libs/**"
29   },
30   "frameworks": [
31     "AVFoundation",
32     "VideoToolbox",
33     "AudioToolbox"
34   ],
35   "libraries": "z",
36   "vendored_libraries": [
37     "Libraries/libcrypto.a",
38     "Libraries/librtmp.a",
39     "Libraries/libssl.a"
40   ],
41   "requires_arc": true,
42   "subspecs": [
43     {
44       "name": "HTCapture",
45       "public_header_files": "Classes/Capture/*.h",
46       "source_files": "Classes/Capture/*.{h,m}"
47     },
48     {
49       "name": "HTEncoder",
50       "public_header_files": "Classes/Encoder/*.h",
51       "source_files": "Classes/Encoder/*.{h,m}"
52     }
53   ]