-
Notifications
You must be signed in to change notification settings - Fork 11
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #41 from iZettle/update-flow
Update to flow version 1.3.0
- Loading branch information
Showing
2 changed files
with
3 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
github "iZettle/Flow" ~> 1.2 | ||
github "iZettle/Flow" ~> 1.3 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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| | ||
|