Skip to content

Commit

Permalink
修改podspec文件内容,引入分享模块
Browse files Browse the repository at this point in the history
  • Loading branch information
tabwu committed Nov 1, 2016
1 parent 004944c commit 6a00908
Showing 1 changed file with 13 additions and 2 deletions.
15 changes: 13 additions & 2 deletions jiaModule.podspec
Expand Up @@ -14,7 +14,7 @@
Pod::Spec.new do |s|

s.name = "jiaModule"
s.version = "0.0.6"
s.version = "0.0.7"
s.summary = "iOS模块化功能的引用"

s.homepage = "https://github.com/wujunyang/jiaModuleDemo"
Expand All @@ -23,7 +23,7 @@ s.author = { "wujunyang" => "wujunyang@126.com" }

s.platform = :ios, "7.0"

s.source = { :git => "https://github.com/wujunyang/jiaModuleDemo.git", :tag => "0.0.6" }
s.source = { :git => "https://github.com/wujunyang/jiaModuleDemo.git", :tag => "#{s.version}" }

s.requires_arc = true

Expand Down Expand Up @@ -53,6 +53,17 @@ jiaAnalytics.dependency 'Aspects'
jiaAnalytics.dependency 'UMengAnalytics-NO-IDFA', '~> 4.1.1'
end

s.subspec 'JiaShare' do |jiaShare|
jiaShare.source_files = 'jiaModuleDemo/BaseModule/JiaShare/**/*'
jiaShare.dependency 'jiaModule/JiaCore'
jiaShare.dependency 'XAspect'
jiaShare.dependency 'UMengUShare/UI'
jiaShare.dependency 'UMengUShare/Social/Sina'
jiaShare.dependency 'UMengUShare/Social/WeChat'
jiaShare.dependency 'UMengUShare/Social/QQ'
jiaShare.dependency 'UMengUShare/Social/TencentWeibo'
end



s.frameworks = 'UIKit'
Expand Down

0 comments on commit 6a00908

Please sign in to comment.