Commit db3d4dbc09a4d7af6b1c1d7bea6ab04a0f7d82d6
1 parent
c231d408
提交依赖测试0.0.10
Showing
1 changed file
with
6 additions
and
6 deletions
CNLiveUploadManager.podspec
| @@ -114,16 +114,16 @@ TODO:加入压缩测试 | @@ -114,16 +114,16 @@ TODO:加入压缩测试 | ||
| 114 | 114 | ||
| 115 | ss.dependency "AFNetworking", "~> 3.1.0" | 115 | ss.dependency "AFNetworking", "~> 3.1.0" |
| 116 | ss.dependency "Qiniu", "~> 7.1" | 116 | ss.dependency "Qiniu", "~> 7.1" |
| 117 | - # ss.dependency "PLShortVideoKit", "~> 1.13.1" | ||
| 118 | - # ss.dependency "PLPlayerKit", "~> 3.3.3" | 117 | + ss.dependency "PLShortVideoKit", "~> 1.13.1" |
| 118 | + #ss.dependency "PLPlayerKit", "~> 3.3.3" | ||
| 119 | 119 | ||
| 120 | # SDK依赖库 | 120 | # SDK依赖库 |
| 121 | #ss.static_framework = true | 121 | #ss.static_framework = true |
| 122 | - ss.vendored_frameworks = "CNLiveUploadManager/PLShortVideoSDK/PLShortVideoKit.framework" | ||
| 123 | - ss.vendored_library = "CNLiveUploadManager/PLShortVideoSDK/libMuseProcessor.a" | 122 | + #ss.vendored_frameworks = "CNLiveUploadManager/PLShortVideoSDK/PLShortVideoKit.framework" |
| 123 | + #ss.vendored_library = "CNLiveUploadManager/PLShortVideoSDK/libMuseProcessor.a" | ||
| 124 | 124 | ||
| 125 | - ss.public_header_files = "CNLiveUploadManager/Upload/CNLiveUploadManager.h" | ||
| 126 | - ss.source_files = "CNLiveUploadManager/Upload/CNLiveUploadManager.{h,m}" | 125 | + ss.public_header_files = "CNLiveUploadManager/Upload/*.h" |
| 126 | + ss.source_files = "CNLiveUploadManager/Upload/CNLiveUpload{Manager,Header}.{h,m}" | ||
| 127 | 127 | ||
| 128 | end | 128 | end |
| 129 | 129 |