Skip to content

Commit

Permalink
add mediator
Browse files Browse the repository at this point in the history
  • Loading branch information
lovemo committed Apr 15, 2016
1 parent 0b02065 commit a08fe4f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions SUIMVVMKit.podspec
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
Pod::Spec.new do |s|

s.name = 'SUIMVVMKit'
s.version = '0.4.6'
s.version = '0.4.7
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.4.6' }
s.source = { :git => 'https://github.com/lovemo/MVVMFramework.git',:tag => '0.4.7' }
s.requires_arc = true
s.public_header_files = 'SUIMVVMKit/**/*.h'
s.source_files = 'SUIMVVMKit/SUIMVVMKit.h'
Expand Down

0 comments on commit a08fe4f

Please sign in to comment.