[Add] ZJSDK 2.5.7.5
[CocoaPods.git] / Specs / a / 7 / 6 / HTLivePushKit / 1.0.7 / HTLivePushKit.podspec.json
blobf7971004b7ea6c469b16bf4d18b0a8cc947333ec
2   "name": "HTLivePushKit",
3   "version": "1.0.7",
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.7"
21   },
22   "public_header_files": [
23     "include/librtmp/{*}.h",
24     "include/openssl/{*}.h"
25   ],
26   "source_files": "include/**/*.{h,m}",
27   "xcconfig": {
28     "HEADER_SEARCH_PATHS": "${PODS_ROOT}/HTLivePushKit/include/**",
29     "LIBRARY_SEARCH_PATHS": "${PODS_ROOT}/HTLivePushKit/libs/**"
30   },
31   "frameworks": [
32     "AVFoundation",
33     "VideoToolbox",
34     "AudioToolbox"
35   ],
36   "libraries": "z",
37   "vendored_libraries": [
38     "Libraries/libcrypto.a",
39     "Libraries/librtmp.a",
40     "Libraries/libssl.a"
41   ],
42   "requires_arc": true,
43   "subspecs": [
44     {
45       "name": "HTCapture",
46       "public_header_files": "Classes/Capture/*.h",
47       "source_files": "Classes/Capture/*.{h,m}"
48     }
49   ]