File tree Expand file tree Collapse file tree 1 file changed +5
-6
lines changed
Expand file tree Collapse file tree 1 file changed +5
-6
lines changed Original file line number Diff line number Diff line change 11Pod ::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-
1514end
You can’t perform that action at this time.
0 commit comments