Skip to content

Commit

Permalink
bumping version to 0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
cezheng committed Oct 22, 2015
1 parent 318e061 commit 0f322d4
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Volkswagen.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = "Volkswagen"
s.version = "0.1.0"
s.version = "0.2.0"
s.license = "MIT"
s.summary = "Detects when your Xcode tests are being run in a CI server, and makes them pass."
s.homepage = "https://github.com/cezheng/Volkswagen-Xcode"
Expand All @@ -10,6 +10,7 @@ Pod::Spec.new do |s|

s.ios.deployment_target = "8.0"
s.osx.deployment_target = "10.9"
s.tvos.deployment_target = "9.0"

s.source_files = "Volkswagen/*.m"

Expand Down

0 comments on commit 0f322d4

Please sign in to comment.