forked from Tencent/QMUI_iOS
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
42 changed files
with
582 additions
and
243 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,21 +1,21 @@ | ||
Pod::Spec.new do |s| | ||
s.name = "QMUIKit" | ||
s.version = "2.9.3" | ||
s.version = "3.0.0" | ||
s.summary = "致力于提高项目 UI 开发效率的解决方案" | ||
s.description = <<-DESC | ||
QMUI iOS 是一个致力于提高项目 UI 开发效率的解决方案,其设计目的是用于辅助快速搭建一个具备基本设计还原效果的 iOS 项目,同时利用自身提供的丰富控件及兼容处理, 让开发者能专注于业务需求而无需耗费精力在基础代码的设计上。不管是新项目的创建,或是已有项目的维护,均可使开发效率和项目质量得到大幅度提升。 | ||
DESC | ||
s.homepage = "http://qmuiteam.com/ios" | ||
s.homepage = "https://qmuiteam.com/ios" | ||
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.source = {:git => "https://github.com/Tencent/QMUI_iOS.git", :tag => s.version.to_s} | ||
#s.source = {:git => "https://github.com/Tencent/QMUI_iOS.git", :branch => 'master'} | ||
s.social_media_url = 'https://github.com/Tencent/QMUI_iOS' | ||
s.requires_arc = true | ||
s.documentation_url = 'http://qmuiteam.com/ios/page/document.html' | ||
s.documentation_url = 'https://qmuiteam.com/ios/page/document.html' | ||
s.screenshot = 'https://cloud.githubusercontent.com/assets/1190261/26751376/63f96538-486a-11e7-81cf-5bc83a945207.png' | ||
|
||
s.platform = :ios, '8.0' | ||
s.platform = :ios, '9.0' | ||
s.frameworks = 'Foundation', 'UIKit', 'CoreGraphics', 'Photos' | ||
s.preserve_paths = 'QMUIConfigurationTemplate/*' | ||
s.source_files = 'QMUIKit/QMUIKit.h' | ||
|
@@ -335,6 +335,7 @@ Pod::Spec.new do |s| | |
ss.subspec 'QMUIToastView' do |sss| | ||
sss.source_files = 'QMUIKit/QMUIComponents/ToastView/*.{h,m}' | ||
sss.dependency 'QMUIKit/QMUIComponents/QMUIKeyboardManager' | ||
sss.dependency 'QMUIKit/QMUIComponents/QMUIVisualEffectView' | ||
end | ||
|
||
ss.subspec 'QMUIStaticTableView' do |sss| | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.