[Add] ZJSDK 2.5.8.16
[CocoaPods.git] / Specs / a / 7 / 6 / HTLivePushKit / 1.0.4 / HTLivePushKit.podspec.json
blobfafe21390e1be4c7beb927276c44503efa9de3fc
2   "name": "HTLivePushKit",
3   "version": "1.0.4",
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.4"
20   },
21   "public_header_files": [
22     "include/librtmp/{*}.h",
23     "include/openssl/{*}.h"
24   ],
25   "source_files": "include/**/*.{h,m}",
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     "libs/libcrypto.a",
38     "libs/librtmp.a",
39     "libs/libssl.a"
40   ],
41   "requires_arc": true