Skip to content

Commit

Permalink
no message
Browse files Browse the repository at this point in the history
  • Loading branch information
oldSixMrZhang committed Dec 4, 2018
1 parent c815e61 commit d1b6b2d
Show file tree
Hide file tree
Showing 6 changed files with 2 additions and 2 deletions.
File renamed without changes.
File renamed without changes.
File renamed without changes.
4 changes: 2 additions & 2 deletions CNLiveFrameworks.podspec
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Pod::Spec.new do |s|

s.name = "CNLiveFrameworks"
s.version = "0.0.2"
s.version = "0.0.3"
s.summary = "CNLive-iOS SDK集合库"# 项目简介
s.homepage = "https://github.com/oldSixMrZhang/CNLiveFrameworks"
s.source = { :git => "https://github.com/oldSixMrZhang/CNLiveFrameworks.git", :tag => "#{s.version}" }
Expand All @@ -11,7 +11,7 @@ Pod::Spec.new do |s|
s.frameworks = "UIKit", "Foundation" #支持的框架

s.subspec 'CNLiveBaseKit' do |sp|
sp.vendored_frameworks = 'CNLiveKit.framework'
sp.vendored_frameworks = 'BaseLayer/CNLiveKit.framework'
sp.dependency 'MJExtension','~> 3.0.15.1'
end
end

0 comments on commit d1b6b2d

Please sign in to comment.