Skip to content

Commit

Permalink
Updated pod spec to use Flow 1.2
Browse files Browse the repository at this point in the history
  • 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.
2 changes: 1 addition & 1 deletion FormFramework.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -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}"
Expand Down

0 comments on commit d0d5ee3

Please sign in to comment.