Skip to content

Commit

Permalink
更新pod配置文件
Browse files Browse the repository at this point in the history
  • Loading branch information
zhoon committed Mar 13, 2017
1 parent 9050f92 commit 3db8c65
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions 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.2"
s.version = "1.3.3"
s.summary = "致力于提高项目 UI 开发效率的解决方案"
s.description = <<-DESC
QMUI iOS 是一个致力于提高项目 UI 开发效率的解决方案,其设计目的是用于辅助快速搭建一个具备基本设计还原效果的 iOS 项目,同时利用自身提供的丰富控件及兼容处理, 让开发者能专注于业务需求而无需耗费精力在基础代码的设计上。不管是新项目的创建,或是已有项目的维护,均可使开发效率和项目质量得到大幅度提升。
Expand All @@ -20,6 +20,6 @@ Pod::Spec.new do |s|
# s.ios.exclude_files = 'Classes/osx'
# s.osx.exclude_files = 'Classes/ios'
# s.public_header_files = 'Classes/**/*.h'
s.frameworks = 'Foundation', 'UIKit', 'CoreGraphics'
s.frameworks = 'Foundation', 'UIKit', 'CoreGraphics', 'Photos'

end

0 comments on commit 3db8c65

Please sign in to comment.