Skip to content

Commit

Permalink
Updated podspec for 1.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
j-sid committed May 16, 2018
1 parent 067f831 commit fe4ac00
Showing 1 changed file with 5 additions and 6 deletions.
11 changes: 5 additions & 6 deletions GTXiLib.podspec
Original file line number Diff line number Diff line change
@@ -1,15 +1,14 @@
Pod::Spec.new do |s|
s.name = "GTXiLib"
s.version = "0.0.1"
s.summary = "An iOS Accessibility testing library."
s.version = "1.0"
s.summary = "iOS Accessibility testing library."
s.description = <<-DESC
iOS Accessibility testing library that works with XCTest
iOS Accessibility testing library that works with XCTest based frameworks.
DESC
s.homepage = "https://github.com/google/GTXiLib"
s.license = "Apache License 2.0"
s.author = "j-sid"
s.author = "j-sid"
s.platform = :ios
s.source = { :git => "https://github.com/google/GTXiLib.git", :tag => "0.0.1" }
s.source = { :git => "https://github.com/google/GTXiLib.git", :tag => "1.0.0" }
s.source_files = "Classes/**/*.{h,m,swift}"

end

0 comments on commit fe4ac00

Please sign in to comment.