Skip to content

Commit

Permalink
update pods
Browse files Browse the repository at this point in the history
  • Loading branch information
lovemo committed Mar 2, 2016
1 parent c894674 commit 1ec39d3
Show file tree
Hide file tree
Showing 29 changed files with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions SUIMVVMKit.podspec
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
Pod::Spec.new do |s|
s.name = 'SUIMVVMKit'
s.version = '0.1.4'
s.version = '0.1.5'
s.summary = 'SUIMVVMKit is a MVVM frameWork easy to develop iOS'
s.homepage = 'https://github.com/lovemo/MVVMFramework'
s.platform = :ios, '7.0'
s.license = 'MIT'
s.author = { 'lovemo' => 'lovemomoyulin@qq.com' }
s.source = { :git => 'https://github.com/lovemo/MVVMFramework.git',:tag => '0.1.4' }
s.source = { :git => 'https://github.com/lovemo/MVVMFramework.git',:tag => '0.1.5' }
s.requires_arc = true
s.public_header_files = 'SUIMVVMKit/**/*.h'
s.source_files = 'SUIMVVMKit/SUIMVVMKit.h'
Expand All @@ -30,8 +30,8 @@ Pod::Spec.new do |s|
ss.dependency 'SUIMVVMStore'
ss.dependency 'SUIMVVMNetwork'
ss.dependency 'SUIMVVMKit/Vender'
ss.source_files = 'SUIMVVMKit/*.{h,m}'
ss.public_header_files = 'SUIMVVMKit/**/*.h'
ss.source_files = 'SUIMVVMKit/SUIMVVMKit/**/*'
ss.public_header_files = 'SUIMVVMKit/SUIMVVMKit/**/*.h'
end

end
Binary file modified SUIMVVMKit/.DS_Store
Binary file not shown.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit 1ec39d3

Please sign in to comment.