[Add] AlibabacloudMse20190531 6.13.0
[CocoaPods.git] / Specs / 7 / 3 / 2 / SmarterStreaming / 2019.06.27 / SmarterStreaming.podspec.json
blob9da0f2f0e3f256f7609a5761f402681a6339b908
2   "name": "SmarterStreaming",
3   "summary": "大牛直播移动端SDK",
4   "homepage": "https://github.com/daniulive/SmarterStreaming",
5   "license": {
6     "type": "MIT",
7     "file": "LICENSE"
8   },
9   "authors": "daniulive",
10   "version": "2019.06.27",
11   "platforms": {
12     "ios": "8.0"
13   },
14   "source": {
15     "git": "https://github.com/wbcyclist/SmarterStreaming-SDK-iOS.git",
16     "tag": "2019.06.27"
17   },
18   "requires_arc": true,
19   "xcconfig": {
20     "ENABLE_BITCODE": "NO"
21   },
22   "default_subspecs": "common",
23   "subspecs": [
24     {
25       "name": "common",
26       "source_files": [
27         "SmarterStreaming/Headers/nt_common_media_define.h",
28         "SmarterStreaming/Headers/nt_event_define.h"
29       ],
30       "frameworks": [
31         "Accelerate",
32         "AssetsLibrary",
33         "AudioToolbox",
34         "AVFoundation",
35         "CoreMedia",
36         "Foundation",
37         "UIKit",
38         "VideoToolbox"
39       ],
40       "libraries": [
41         "bz2",
42         "c++",
43         "iconv",
44         "z"
45       ]
46     },
47     {
48       "name": "Player",
49       "script_phases": {
50         "name": "UNZIP SmarterStreaming SDK",
51         "script": "cd ${PODS_ROOT}/SmarterStreaming/SmarterStreaming/Frameworks; for n in \"libSmartPlayerSDK.a\" \"libSmartPublisherSDK.a\" \"libSmartPublisherSDK_NO_GPUImage.a\"; do if [ -f $n ] && [ ! -x $n ]; then unzip -o $n; fi; done;",
52         "execution_position": "before_compile"
53       },
54       "frameworks": [
55         "GLKit",
56         "OpenGLES",
57         "QuartzCore"
58       ],
59       "source_files": "SmarterStreaming/Headers/SmartPlayerSDK.h",
60       "vendored_libraries": "SmarterStreaming/Frameworks/libSmartPlayerSDK.a",
61       "dependencies": {
62         "SmarterStreaming/common": [
64         ]
65       }
66     },
67     {
68       "name": "Publisher",
69       "script_phases": {
70         "name": "UNZIP SmarterStreaming SDK",
71         "script": "cd ${PODS_ROOT}/SmarterStreaming/SmarterStreaming/Frameworks; for n in \"libSmartPlayerSDK.a\" \"libSmartPublisherSDK.a\" \"libSmartPublisherSDK_NO_GPUImage.a\"; do if [ -f $n ] && [ ! -x $n ]; then unzip -o $n; fi; done;",
72         "execution_position": "before_compile"
73       },
74       "source_files": [
75         "SmarterStreaming/Headers/SmartPublisherSDK.h",
76         "SmarterStreaming/Headers/SmartRTSPSeverSDK.h"
77       ],
78       "vendored_libraries": "SmarterStreaming/Frameworks/libSmartPublisherSDK.a",
79       "dependencies": {
80         "SmarterStreaming/common": [
82         ]
83       }
84     },
85     {
86       "name": "Publisher_NO_GPUImage",
87       "script_phases": {
88         "name": "UNZIP SmarterStreaming SDK",
89         "script": "cd ${PODS_ROOT}/SmarterStreaming/SmarterStreaming/Frameworks; for n in \"libSmartPlayerSDK.a\" \"libSmartPublisherSDK.a\" \"libSmartPublisherSDK_NO_GPUImage.a\"; do if [ -f $n ] && [ ! -x $n ]; then unzip -o $n; fi; done;",
90         "execution_position": "before_compile"
91       },
92       "source_files": [
93         "SmarterStreaming/Headers/SmartPublisherSDK.h",
94         "SmarterStreaming/Headers/SmartRTSPSeverSDK.h"
95       ],
96       "vendored_libraries": "SmarterStreaming/Frameworks/libSmartPublisherSDK_NO_GPUImage.a",
97       "dependencies": {
98         "SmarterStreaming/common": [
100         ]
101       }
102     }
103   ]