Skip to content

Commit 0f322d4

Browse files
committed
bumping version to 0.2.0
1 parent 318e061 commit 0f322d4

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Volkswagen.podspec

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Pod::Spec.new do |s|
22
s.name = "Volkswagen"
3-
s.version = "0.1.0"
3+
s.version = "0.2.0"
44
s.license = "MIT"
55
s.summary = "Detects when your Xcode tests are being run in a CI server, and makes them pass."
66
s.homepage = "https://github.com/cezheng/Volkswagen-Xcode"
@@ -10,6 +10,7 @@ Pod::Spec.new do |s|
1010

1111
s.ios.deployment_target = "8.0"
1212
s.osx.deployment_target = "10.9"
13+
s.tvos.deployment_target = "9.0"
1314

1415
s.source_files = "Volkswagen/*.m"
1516

0 commit comments

Comments
 (0)