Skip to content

Commit

Permalink
Merge pull request #41 from iZettle/update-flow
Browse files Browse the repository at this point in the history
Update to flow version 1.3.0
  • Loading branch information
niil-ohlin authored Oct 2, 2018
2 parents 5b81cdd + 2c71639 commit 265270d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Cartfile
Original file line number Diff line number Diff line change
@@ -1 +1 @@
github "iZettle/Flow" ~> 1.2
github "iZettle/Flow" ~> 1.3
4 changes: 2 additions & 2 deletions FormFramework.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -11,12 +11,12 @@ Pod::Spec.new do |s|
s.author = { 'iZettle AB' => '[email protected]' }

s.ios.deployment_target = "9.0"
s.dependency 'FlowFramework', '~> 1.2.1'
s.dependency 'FlowFramework', '~> 1.3'
s.default_subspec = 'Form'

s.subspec 'Form' do |form|
# empty subspec for users who don't want to have additional dependency on PresentationFramework
# we decided to make it the default one since we consider PresentationFramework more of a nice addition than part of Form's functionality
# we decided to make it the default one since we consider PresentationFramework more of a nice addition than part of Form's functionality
end

s.subspec 'Presentation' do |presentation|
Expand Down

0 comments on commit 265270d

Please sign in to comment.