This commit is contained in:
CoderZhuXH 2020-01-10 09:54:02 +08:00
parent 3fde5a2eb3
commit 7155e10a6e
2 changed files with 10 additions and 10 deletions

View File

@ -685,7 +685,7 @@ configuration.customSkipView = [self customSkipView];
* 3.导入 XHLaunchAd.h
### 3.Tips
* 1.如果发现pod search XHLaunchAd 搜索出来的不是最新版本,需要在终端执行cd ~/desktop退回到desktop然后执行pod setup命令更新本地spec缓存需要几分钟然后再搜索就可以了
* 1.如果发现pod search XHLaunchAd 搜索出来的不是最新版本,需要在终端执行pod repo update命令更新本地spec缓存需要几分钟然后再搜索就可以了
* 2.如果你发现你执行pod install后,导入的不是最新版本,请删除Podfile.lock文件,在执行一次 pod install
* 3.如果在使用过程中遇到BUG希望你能Issues我谢谢或者尝试下载最新的代码看看BUG修复没有

View File

@ -1,13 +1,13 @@
Pod::Spec.new do |s|
s.name = "XHLaunchAd"
s.version = "3.9.10"
s.summary = "The screen opening advertising solutions - 开屏广告、启动广告解决方案,支持图片/视频、静态/动态、全屏/半屏广告,支持iPhone/iPad,自带图片下载、缓存功能,等等."
s.homepage = "https://github.com/CoderZhuXH/XHLaunchAd"
s.license = { :type => "MIT", :file => "LICENSE" }
s.authors = { "Zhu Xiaohui" => "977950862@qq.com"}
s.platform = :ios, "8.0"
s.source = { :git => "https://github.com/CoderZhuXH/XHLaunchAd.git", :tag => s.version }
s.source_files = "XHLaunchAd/XHLaunchAd", "*.{h,m}"
s.name = 'XHLaunchAd'
s.version = '3.9.10'
s.summary = 'The screen opening advertising solutions - 开屏广告、启动广告解决方案,支持图片/视频、静态/动态、全屏/半屏广告,支持iPhone/iPad,自带图片下载、缓存功能,等等.'
s.homepage = 'https://github.com/CoderZhuXH/XHLaunchAd'
s.license = 'MIT'
s.authors = { 'Zhu Xiaohui' => '977950862@qq.com'}
s.platform = :ios, '8.0'
s.source = { :git => 'https://github.com/CoderZhuXH/XHLaunchAd.git', :tag => s.version }
s.source_files = 'XHLaunchAd/XHLaunchAd/**/*.{h,m}'
s.requires_arc = true
s.dependency 'FLAnimatedImage', '~> 1.0.12'
end