Skip to content

Commit

Permalink
Updated version in Podspec to 1.0.1.
Browse files Browse the repository at this point in the history
  • Loading branch information
WilliamDenniss committed Sep 15, 2017
1 parent 325a2d8 commit 6eebdde
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions OpenLocationCodeFramework.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ Pod::Spec.new do |s|

s.name = "OpenLocationCodeFramework"
s.module_name = "OpenLocationCode"
s.version = "1.0.0"
s.version = "1.0.1"
s.summary = "Open Location Code conversion library for Swift and Objective-C"

s.description = <<-DESC
Expand All @@ -17,14 +17,14 @@ and watchOS.
DESC

s.homepage = "htts://openlocationcode.com"
s.homepage = "http://openlocationcode.com"
s.license = "Apache License, Version 2.0"
s.authors = { "William Denniss" => "[email protected]",
}

s.platforms = { :ios => "8.0", :osx => "10.9", :watchos => "2.0", :tvos => "9.0" }

s.source = { :git => "https://github.com/google/open-location-code-swift.git", :tag => "1.0.0" }
s.source = { :git => "https://github.com/google/open-location-code-swift.git", :tag => s.version }

s.pod_target_xcconfig = {
# Treat warnings as errors.
Expand Down

0 comments on commit 6eebdde

Please sign in to comment.