Skip to content

Commit

Permalink
更新 QMUIKit.podspec,将配置表文件保留到拉取文件里
Browse files Browse the repository at this point in the history
  • Loading branch information
MoLice committed Mar 31, 2017
1 parent 32b52bd commit 9d8acb7
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion QMUIKit.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = "QMUIKit"
s.version = "1.3.7"
s.version = "1.4.0"
s.summary = "致力于提高项目 UI 开发效率的解决方案"
s.description = <<-DESC
QMUI iOS 是一个致力于提高项目 UI 开发效率的解决方案,其设计目的是用于辅助快速搭建一个具备基本设计还原效果的 iOS 项目,同时利用自身提供的丰富控件及兼容处理, 让开发者能专注于业务需求而无需耗费精力在基础代码的设计上。不管是新项目的创建,或是已有项目的维护,均可使开发效率和项目质量得到大幅度提升。
Expand All @@ -16,6 +16,7 @@ Pod::Spec.new do |s|

s.platform = :ios, '7.0'
s.source_files = 'QMUIKit/**/*.{h,m}'
s.preserve_paths = 'QMUIConfigurationTemplate/*'
s.resource = 'QMUIKit/**/*.bundle'

s.frameworks = 'Foundation', 'UIKit', 'CoreGraphics', 'Photos'
Expand Down

0 comments on commit 9d8acb7

Please sign in to comment.