Skip to content

Commit

Permalink
Updating the podspec
Browse files Browse the repository at this point in the history
This is a major version upgrade because the swift 4.1 changes aren't backwards compatible
  • Loading branch information
plivesey committed May 17, 2018
1 parent bb56860 commit 4179135
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions RocketData.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |spec|
spec.name = 'RocketData'
spec.version = '5.0.0'
spec.version = '6.0.0'
spec.license = { :type => 'Apache License, Version 2.0' }
spec.homepage = 'https://plivesey.github.io/RocketData'
spec.authors = 'plivesey'
Expand All @@ -9,6 +9,6 @@ Pod::Spec.new do |spec|
spec.source_files = 'RocketData/**/*.swift'
spec.platform = :ios, '8.0'
spec.frameworks = 'Foundation'
spec.dependency 'ConsistencyManager', '~> 5.2.0'
spec.dependency 'ConsistencyManager', '~> 6.0.0'
end

0 comments on commit 4179135

Please sign in to comment.