We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 318e061 commit 0f322d4Copy full SHA for 0f322d4
Volkswagen.podspec
@@ -1,6 +1,6 @@
1
Pod::Spec.new do |s|
2
s.name = "Volkswagen"
3
- s.version = "0.1.0"
+ s.version = "0.2.0"
4
s.license = "MIT"
5
s.summary = "Detects when your Xcode tests are being run in a CI server, and makes them pass."
6
s.homepage = "https://github.com/cezheng/Volkswagen-Xcode"
@@ -10,6 +10,7 @@ Pod::Spec.new do |s|
10
11
s.ios.deployment_target = "8.0"
12
s.osx.deployment_target = "10.9"
13
+ s.tvos.deployment_target = "9.0"
14
15
s.source_files = "Volkswagen/*.m"
16
0 commit comments