Skip to content

Commit ffa39e2

Browse files
committed
change podspec name
1 parent 6225da9 commit ffa39e2

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
##### Podfile
1414
```
1515
platform :ios, '8.0'
16-
pod 'VideoOS-iOS-SDK'
16+
pod 'VideoOS'
1717
```
1818
如果你使用的是swift开发,请确保添加 `use_frameworks!`
1919
```
@@ -148,7 +148,7 @@ VPInterfaceStatusNotifyDelegate ```- (void)vp_interfaceActionNotify```, 会回
148148
5. 最佳位置为加载控制栏的下方,并且于手势层的上方,请不要将 cytronView 放 入包含手势操作的 View 中。
149149
6. `SDK`目前支持系统为 ios8 以上。
150150
7. 存在bundle包时请将bundle包放入资源文件中,使SDK能正常调用。
151-
8. SDWebImage不兼容问题,可以在Pods的工程中VideoOS-iOS-SDK Target中添加宏VPUPSDWebImage=1解决
151+
8. SDWebImage不兼容问题,可以在Pods的工程中VideoOS Target中添加宏VPUPSDWebImage=1解决
152152

153153
## 本地化部署配置(开源版本)
154154

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
Pod::Spec.new do |s|
44

5-
s.name = "VideoOS-iOS-SDK"
5+
s.name = "VideoOS"
66
s.version = "1.1.0"
77
s.summary = "Official VideoPls SDK for iOS to access VideoPls Platform with features like video os, and live os"
88

@@ -23,10 +23,10 @@ Pod::Spec.new do |s|
2323
}
2424

2525
s.libraries = 'z', 'sqlite3'
26-
s.weak_frameworks = 'AVFoundation', 'CoreTelephony', 'SystemConfiguration', 'ImageIO', 'MobileCoreServices', 'WebKit', 'Photos'
26+
s.weak_frameworks = 'UIKit', 'Foundation','AVFoundation', 'CoreTelephony', 'SystemConfiguration', 'ImageIO', 'MobileCoreServices', 'WebKit', 'Photos', 'CoreData', 'WebKit','CoreMedia','Accelerate'
2727

2828
s.requires_arc = true
29-
29+
s.default_subspec = 'Interface'
3030
s.dependency 'VPLuaViewSDK'
3131
s.resources = "Resources/VideoPlsResources.bundle"
3232

@@ -45,14 +45,14 @@ Pod::Spec.new do |s|
4545
spec.source_files = "VideoPlsLuaViewManagerSDK/VideoPlsLuaViewManagerSDK/**/*.{h,m}"
4646
spec.public_header_files = "VideoPlsLuaViewManagerSDK/VideoPlsLuaViewManagerSDK/**/*.{h}"
4747
spec.header_dir = "VideoPlsLuaViewManagerSDK"
48-
spec.dependency 'VideoOS-iOS-SDK/Platform'
48+
spec.dependency 'VideoOS/Platform'
4949
end
5050
s.subspec 'Interface' do |spec|
5151
spec.source_files = "VideoPlsInterfaceControllerSDK/VideoPlsInterfaceControllerSDK/**/*.{h,m}"
5252
spec.public_header_files = "VideoPlsInterfaceControllerSDK/VideoPlsInterfaceControllerSDK/**/*.{h}"
5353
spec.exclude_files = "VideoPlsInterfaceControllerSDK/VideoPlsInterfaceControllerSDK/VideoPlsInterfaceControllerSDK/{VPIPubWebView,VPIStoreAPIConfig}.{h,m}"
5454
spec.header_dir = "VideoPlsInterfaceControllerSDK"
55-
spec.dependency 'VideoOS-iOS-SDK/LuaManager'
55+
spec.dependency 'VideoOS/LuaManager'
5656
end
5757

5858
end

0 commit comments

Comments
 (0)