CocoaPods trunk is moving to be read-only. Read more on the blog, there are 19 months to go.
TestsTested | ✗ |
LangLanguage | Obj-CObjective C |
License | MIT |
ReleasedLast Release | Dec 2016 |
Maintained by wengxianxun.
不知道如何使用有米 iOS SDK的朋友可以移步查看我们为大家准备的快速入门文档:https://github.com/wengxianxun/wxxsdk/blob/master/doc/UMSDK-Doc.pdf
在你的项目的根目录中新建一个 Podfile
文件,添加内容如下:
pod 'wxxsdk'
终端命令行(使用 cd
命令)进入到要使用sdk的iOS项目的根目录中,执行如下命令安装SDK:
pod install
安装完成之后,点击目录中的.xcworkplace文件来打开项目,接下来你就可以在项目中使用有米视频SDK开发了。
lib文件夹是sdk的资源代码文件,开发者导入到自己的项目使用。 Sample文件夹是例子程序,开发者可打开查看如何使用。 doc是sdk使用文档