Skip to content

Commit

Permalink
Updated podspec to 2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
j-sid committed Aug 10, 2018
1 parent 61eb982 commit 3e09baa
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions GTXiLib.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = "GTXiLib"
s.version = "1.0"
s.version = "2.0"
s.summary = "iOS Accessibility testing library."
s.description = <<-DESC
iOS Accessibility testing library that works with XCTest based frameworks.
Expand All @@ -9,6 +9,6 @@ Pod::Spec.new do |s|
s.license = "Apache License 2.0"
s.author = "j-sid"
s.platform = :ios
s.source = { :git => "https://github.com/google/GTXiLib.git", :tag => "1.0.0" }
s.source = { :git => "https://github.com/google/GTXiLib.git", :tag => "2.0.0" }
s.source_files = "Classes/**/*.{h,m,swift}"
end

0 comments on commit 3e09baa

Please sign in to comment.