Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
zhoon committed Mar 22, 2017
1 parent fec5325 commit bc8d242
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
3 changes: 2 additions & 1 deletion QMUIKit.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -11,14 +11,15 @@ Pod::Spec.new do |s|
s.source = {:git => "https://github.com/QMUI/QMUI_iOS.git", :tag => s.version.to_s}
s.social_media_url = 'https://github.com/QMUI/QMUI_iOS'
s.requires_arc = true
s.documentation_url = 'http://qmuiteam.com/ios/page/document.html'
s.screenshot = 'https://raw.githubusercontent.com/QMUI/QMUI_iOS/master/logo_2x.png'

s.platform = :ios, '7.0'

s.source_files = 'QMUIKit/**/*.{h,m}'
s.resource = 'QMUIKit/**/*.bundle'

# s.ios.exclude_files = 'Classes/osx'
# s.osx.exclude_files = 'Classes/ios'
# s.public_header_files = 'Classes/**/*.h'
s.frameworks = 'Foundation', 'UIKit', 'CoreGraphics', 'Photos'

Expand Down
1 change: 1 addition & 0 deletions QMUI_Test
Submodule QMUI_Test added at 807f2f

0 comments on commit bc8d242

Please sign in to comment.