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 626397c commit 46d7f07
Show file tree
Hide file tree
Showing 15 changed files with 12 additions and 1,528 deletions.
Binary file modified SUIMVVMDemo/.DS_Store
Binary file not shown.
18 changes: 12 additions & 6 deletions SUIMVVMKit.podspec
Original file line number Diff line number Diff line change
@@ -1,30 +1,36 @@
Pod::Spec.new do |s|
s.name = 'SUIMVVMKit'
s.version = '0.1.2'
s.version = '0.1.3'
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.2' }
s.source = { :git => 'https://github.com/lovemo/MVVMFramework.git',:tag => '0.1.3' }
s.requires_arc = true
s.public_header_files = 'SUIMVVMKit/**/*.h'
s.source_files = 'SUIMVVMKit/SUIMVVMKit.h'
s.framework = 'CoreFoundation','Foundation','CoreGraphics','UIKit'
s.library = 'sqlite3'

s.subspec 'Vender' do |ss|
ss.requires_arc = true
ss.source_files = 'SUIMVVMKit/Vender/**/*'
ss.public_header_files = 'SUIMVVMKit/Vender/**/*.h'
end

s.subspec 'SUIMVVMKit' do |ss|
ss.requires_arc = true
ss.dependency 'MJRefresh'
ss.dependency 'AFNetworking'
ss.dependency 'SVProgressHUD'
ss.dependency 'FDFullscreenPopGesture'
ss.dependency 'MJExtension'
ss.dependency 'SDWebImage'
ss.dependency 'FMDB'
ss.dependency 'LxDBAnything'
ss.dependency 'Masonry'
ss.source_files = '*.{h,m,mm}','SUIMVVMKit/**/*.{h,m,mm}'
ss.dependency 'SUIMVVMNetwork'
ss.dependency 'SUIMVVMStore'
ss.dependency 'SUIMVVMKit/Vender'
ss.source_files = 'SUIMVVMKit/*.{h,m}'
ss.public_header_files = 'SUIMVVMKit/**/*.h'
end

Expand Down
Binary file added SUIMVVMKit/.DS_Store
Binary file not shown.
35 changes: 0 additions & 35 deletions SUIMVVMKit/Network/MVVMDataService.h

This file was deleted.

72 changes: 0 additions & 72 deletions SUIMVVMKit/Network/MVVMDataService.m

This file was deleted.

178 changes: 0 additions & 178 deletions SUIMVVMKit/Network/MVVMHttp.h

This file was deleted.

Loading

0 comments on commit 46d7f07

Please sign in to comment.