-
Notifications
You must be signed in to change notification settings - Fork 10
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Måns Bernhardt
committed
Jun 29, 2018
1 parent
32faf21
commit d0d5ee3
Showing
1 changed file
with
1 addition
and
1 deletion.
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 |
---|---|---|
|
@@ -11,7 +11,7 @@ Pod::Spec.new do |s| | |
s.author = { 'iZettle AB' => '[email protected]' } | ||
|
||
s.ios.deployment_target = "9.0" | ||
s.dependency 'FlowFramework', '~> 1.1' | ||
s.dependency 'FlowFramework', '~> 1.2' | ||
|
||
s.source = { :git => "https://github.com/iZettle/Form.git", :tag => "#{s.version}" } | ||
s.source_files = "Form/*.{swift,m,h}" | ||
|