[Add] CastledNotificationService 4.1.3
[CocoaPods.git] / Specs / a / 7 / 6 / HTLivePushKit / 1.0.9 / HTLivePushKit.podspec.json
blob4b58e7139ed36d97e8a823063e3cf81665f5eb0e
2   "name": "HTLivePushKit",
3   "version": "1.0.9",
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.9"
21   },
22   "source_files": "Classes/*.{h,m}",
23   "xcconfig": {
24     "HEADER_SEARCH_PATHS": "${PODS_ROOT}/HTLivePushKit/include/librtmp",
25     "LIBRARY_SEARCH_PATHS": "${PODS_ROOT}/HTLivePushKit/Libraries"
26   },
27   "public_header_files": "Classes/HTLivePushKit.h",
28   "frameworks": [
29     "AVFoundation",
30     "VideoToolbox",
31     "AudioToolbox"
32   ],
33   "libraries": "z",
34   "requires_arc": true,
35   "subspecs": [
36     {
37       "name": "HTCapture",
38       "public_header_files": "Classes/Capture/*.h",
39       "source_files": "Classes/Capture/*.{h,m}"
40     },
41     {
42       "name": "HTEncoder",
43       "public_header_files": "Classes/Encoder/*.h",
44       "source_files": "Classes/Encoder/*.{h,m}"
45     },
46     {
47       "name": "HTRTMP",
48       "public_header_files": "Classes/RTMP/*.h",
49       "source_files": "Classes/RTMP/*.{h,m}",
50       "vendored_libraries": [
51         "Libraries/libcrypto.a",
52         "Libraries/librtmp.a",
53         "Libraries/libssl.a"
54       ],
55       "xcconfig": {
56         "HEADER_SEARCH_PATHS": "${PODS_ROOT}/HTLivePushKit/include/librtmp",
57         "LIBRARY_SEARCH_PATHS": "${PODS_ROOT}/HTLivePushKit/Libraries"
58       }
59     }
60   ]