Skip to content
This repository has been archived by the owner on Sep 25, 2021. It is now read-only.

Commit

Permalink
Turbolinks iOS 3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
zachwaugh committed Nov 16, 2017
1 parent 12b05e6 commit 7959873
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Turbolinks.podspec
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
Pod::Spec.new do |s|
s.name = "Turbolinks"
s.version = "2.0.0"
s.version = "3.0.0"
s.summary = "Turbolinks for iOS"
s.homepage = "http://github.com/turbolinks/turbolinks-ios"
s.license = "MIT"
s.authors = { "Sam Stephenson" => "[email protected]", "Jeffrey Hardy" => "[email protected]", "Zach Waugh" => "[email protected]" }
s.platform = :ios, "8.0"
s.source = { :git => "[email protected]:turbolinks/turbolinks-ios.git", :tag => "v2.0.0" }
s.source = { :git => "[email protected]:turbolinks/turbolinks-ios.git", :tag => "v3.0.0" }
s.source_files = "Turbolinks/*.swift"
s.resources = "Turbolinks/*.js"
s.framework = "WebKit"
Expand Down

0 comments on commit 7959873

Please sign in to comment.