Skip to content

Commit fe4ac00

Browse files
committed
Updated podspec for 1.0 release
1 parent 067f831 commit fe4ac00

File tree

1 file changed

+5
-6
lines changed

1 file changed

+5
-6
lines changed

GTXiLib.podspec

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,14 @@
11
Pod::Spec.new do |s|
22
s.name = "GTXiLib"
3-
s.version = "0.0.1"
4-
s.summary = "An iOS Accessibility testing library."
3+
s.version = "1.0"
4+
s.summary = "iOS Accessibility testing library."
55
s.description = <<-DESC
6-
iOS Accessibility testing library that works with XCTest
6+
iOS Accessibility testing library that works with XCTest based frameworks.
77
DESC
88
s.homepage = "https://github.com/google/GTXiLib"
99
s.license = "Apache License 2.0"
10-
s.author = "j-sid"
10+
s.author = "j-sid"
1111
s.platform = :ios
12-
s.source = { :git => "https://github.com/google/GTXiLib.git", :tag => "0.0.1" }
12+
s.source = { :git => "https://github.com/google/GTXiLib.git", :tag => "1.0.0" }
1313
s.source_files = "Classes/**/*.{h,m,swift}"
14-
1514
end

0 commit comments

Comments
 (0)