Skip to content

Commit

Permalink
Merge branch 'hotfix/1.1.1'
Browse files Browse the repository at this point in the history
  • Loading branch information
Andrey Zarembo committed Nov 14, 2015
2 parents 0981863 + d77c315 commit b1eca61
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
4 changes: 2 additions & 2 deletions Code/IntermoduleDataTransfer.h
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,12 @@
#ifndef _ViperMcFlurry_IntermoduleDataTransfer_h_
#define _ViperMcFlurry_IntermoduleDataTransfer_h_

#import "RamblerViperModuleFaсtoryProtocol.h"
#import "IntermoduleDataTransfer/RamblerViperModuleFaсtoryProtocol.h"
#import "IntermoduleDataTransfer/RamblerViperModuleInput.h"
#import "IntermoduleDataTransfer/RamblerViperModuleOutput.h"
#import "IntermoduleDataTransfer/RamblerViperModuleTransitionHandlerProtocol.h"
#import "IntermoduleDataTransfer/RamblerViperOpenModulePromise.h"
#import "IntermoduleDataTransfer/UIViewController+RamblerViperModuleTransitionHandlerProtocol.h"
#import "RamblerViperModuleFactory.h"
#import "IntermoduleDataTransfer/RamblerViperModuleFactory.h"

#endif
3 changes: 1 addition & 2 deletions ViperMcFlurry.podspec
Original file line number Diff line number Diff line change
@@ -1,12 +1,11 @@
Pod::Spec.new do |s|
s.name = "ViperMcFlurry"
s.version = "1.1.0"
s.version = "1.1.1"
s.summary = "Modern framework for implementing VIPER architecture in iOS application."
s.homepage = "https://github.com/rambler-ios/ViperMcFlurry"
s.license = 'MIT'
s.authors = { "Andrey Zarembo-Godzyatsky" => "[email protected]", "Valery Popov" => "[email protected]" }
s.source = { :git => "https://github.com/rambler-ios/ViperMcFlurry.git", :tag => s.version.to_s }
#s.social_media_url = ''
s.platform = :ios, '7.0'
s.requires_arc = true
s.header_mappings_dir = 'Code'
Expand Down

0 comments on commit b1eca61

Please sign in to comment.