Skip to content

Commit

Permalink
Update XcodeServerSDK.podspec
Browse files Browse the repository at this point in the history
  • Loading branch information
Honza Dvorsky committed Jul 2, 2015
1 parent 4b07471 commit cfa4eee
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions XcodeServerSDK.podspec
@@ -1,7 +1,7 @@
Pod::Spec.new do |s|

s.name = "XcodeServerSDK"
s.version = "0.1-beta2"
s.version = "0.1-beta3"
s.summary = "Access Xcode Server API with native Swift objects."

s.homepage = "https://github.com/czechboy0/XcodeServerSDK"
Expand All @@ -14,7 +14,7 @@ Pod::Spec.new do |s|
s.osx.deployment_target = "10.10"
s.watchos.deployment_target = "2.0"

s.source = { :git => "https://github.com/czechboy0/XcodeServerSDK.git", :tag => "v0.1-beta2" }
s.source = { :git => "https://github.com/czechboy0/XcodeServerSDK.git", :tag => "v0.1-beta3" }

s.source_files = "XcodeServerSDK/**/*.{swift}"
s.requires_arc = true
Expand Down

0 comments on commit cfa4eee

Please sign in to comment.