Skip to content

Commit

Permalink
2.7.4
Browse files Browse the repository at this point in the history
  • Loading branch information
MoLice committed Jul 28, 2018
1 parent afebafe commit fc04eeb
Showing 1 changed file with 3 additions and 14 deletions.
17 changes: 3 additions & 14 deletions QMUIKit.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ Pod::Spec.new do |s|
s.license = 'MIT'
s.author = {"qmuiteam" => "[email protected]"}
s.source = {:git => "https://github.com/QMUI/QMUI_iOS.git", :tag => s.version.to_s}
#s.source = {:git => "https://github.com/QMUI/QMUI_iOS.git", :branch => 'master'}
s.social_media_url = 'https://github.com/QMUI/QMUI_iOS'
s.requires_arc = true
s.documentation_url = 'http://qmuiteam.com/ios/page/document.html'
Expand Down Expand Up @@ -46,7 +47,7 @@ Pod::Spec.new do |s|
end

s.subspec 'QMUILog' do |ss|
sss.source_files = 'QMUIKit/QMUIComponents/Log/*.{h,m}'
ss.source_files = 'QMUIKit/QMUIComponents/Log/*.{h,m}'
end

s.subspec 'QMUIComponents' do |ss|
Expand All @@ -60,7 +61,6 @@ Pod::Spec.new do |s|

ss.subspec 'QMUIButton' do |sss|
sss.source_files = 'QMUIKit/QMUIComponents/QMUIButton/QMUIButton.{h,m}'
sss.dependency 'QMUIKit/QMUILog'
end

ss.subspec 'QMUIFillButton' do |sss|
Expand All @@ -81,7 +81,6 @@ Pod::Spec.new do |s|
ss.subspec 'QMUINavigationButton' do |sss|
sss.source_files = 'QMUIKit/QMUIComponents/QMUIButton/QMUINavigationButton.{h,m}'
sss.dependency 'QMUIKit/QMUIMainFrame'
sss.dependency 'QMUIKit/QMUILog'
end

ss.subspec 'QMUIToolbarButton' do |sss|
Expand All @@ -107,7 +106,6 @@ Pod::Spec.new do |s|

ss.subspec 'QMUIKeyboardManager' do |sss|
sss.source_files = 'QMUIKit/QMUIComponents/QMUIKeyboardManager.{h,m}'
sss.dependency 'QMUIKit/QMUILog'
end

# 从这里开始就是非必须的组件
Expand Down Expand Up @@ -157,7 +155,6 @@ Pod::Spec.new do |s|
sss.source_files = 'QMUIKit/QMUIComponents/QMUIEmotionView.{h,m}'
sss.dependency 'QMUIKit/QMUIComponents/QMUIButton'
sss.dependency 'QMUIKit/QMUIResources'
sss.dependency 'QMUIKit/QMUILog'
end

ss.subspec 'QMUIFloatLayoutView' do |sss|
Expand All @@ -175,7 +172,6 @@ Pod::Spec.new do |s|
sss.dependency 'QMUIKit/QMUIComponents/QMUIEmptyView'
sss.dependency 'QMUIKit/QMUIComponents/QMUIPieProgressView'
sss.dependency 'QMUIKit/QMUIComponents/QMUIButton'
sss.dependency 'QMUIKit/QMUILog'
end

ss.subspec 'QMUIImagePreviewViewController' do |sss|
Expand All @@ -197,7 +193,6 @@ Pod::Spec.new do |s|
sss.source_files = 'QMUIKit/QMUIComponents/QMUIMoreOperationController.{h,m}'
sss.dependency 'QMUIKit/QMUIComponents/QMUIModalPresentationViewController'
sss.dependency 'QMUIKit/QMUIComponents/QMUIButton'
sss.dependency 'QMUIKit/QMUILog'
end

ss.subspec 'QMUIOrderedDictionary' do |sss|
Expand All @@ -211,7 +206,6 @@ Pod::Spec.new do |s|
ss.subspec 'QMUIPopupContainerView' do |sss|
sss.source_files = 'QMUIKit/QMUIComponents/QMUIPopupContainerView.{h,m}'
sss.dependency 'QMUIKit/QMUIMainFrame'
sss.dependency 'QMUIKit/QMUILog'
end

ss.subspec 'QMUIPopupMenuView' do |sss|
Expand Down Expand Up @@ -255,7 +249,6 @@ Pod::Spec.new do |s|

ss.subspec 'QMUITestView' do |sss|
sss.source_files = 'QMUIKit/QMUIComponents/QMUITestView.{h,m}'
sss.dependency 'QMUIKit/QMUILog'
end

ss.subspec 'QMUITextField' do |sss|
Expand All @@ -266,7 +259,6 @@ Pod::Spec.new do |s|
ss.subspec 'QMUITextView' do |sss|
sss.source_files = 'QMUIKit/QMUIComponents/QMUITextView.{h,m}'
sss.dependency 'QMUIKit/QMUIComponents/QMUILabel'
sss.dependency 'QMUIKit/QMUILog'
sss.dependency 'QMUIKit/QMUIComponents/QMUIMultipleDelegates'
end

Expand All @@ -291,7 +283,6 @@ Pod::Spec.new do |s|

ss.subspec 'QMUIAssetLibrary' do |sss|
sss.source_files = 'QMUIKit/QMUIComponents/AssetLibrary/*.{h,m}'
sss.dependency 'QMUIKit/QMUILog'
end

ss.subspec 'QMUIImagePickerLibrary' do |sss|
Expand All @@ -306,7 +297,6 @@ Pod::Spec.new do |s|
sss.dependency 'QMUIKit/QMUIComponents/QMUIZoomImageView'
sss.dependency 'QMUIKit/QMUIComponents/QMUIAlertController'
sss.dependency 'QMUIKit/QMUIComponents/QMUIEmptyView'
sss.dependency 'QMUIKit/QMUILog'
end


Expand All @@ -320,7 +310,7 @@ Pod::Spec.new do |s|
end

ss.subspec 'QMUILogWithConfigurationSupported' do |sss|
sss.source_files = 'QMUIKit/QMUIComponents/QMUILog+QMUIConfigurationTemplate.{h,m}'
sss.source_files = 'QMUIKit/QMUIComponents/QMUILogger+QMUIConfigurationTemplate.{h,m}'
end

ss.subspec 'NavigationBarTransition' do |sss|
Expand All @@ -342,7 +332,6 @@ Pod::Spec.new do |s|
ss.subspec 'QMUIStaticTableView' do |sss|
sss.source_files = 'QMUIKit/QMUIComponents/StaticTableView/*.{h,m}'
sss.dependency 'QMUIKit/QMUIComponents/QMUITableViewCell'
sss.dependency 'QMUIKit/QMUILog'
end

end
Expand Down

0 comments on commit fc04eeb

Please sign in to comment.