Skip to content

Commit

Permalink
podspec update for Xcode 7 beta 5.
Browse files Browse the repository at this point in the history
  • Loading branch information
Honza Dvorsky committed Aug 9, 2015
1 parent d66aa20 commit 4a7cd6c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions XcodeServerSDK.podspec
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Pod::Spec.new do |s|

s.name = "XcodeServerSDK"
s.version = "0.1.7"
s.version = "0.1.8"
s.summary = "Access Xcode Server API with native Swift objects."

s.homepage = "https://github.com/czechboy0/XcodeServerSDK"
Expand All @@ -14,10 +14,10 @@ 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.7" }
s.source = { :git => "https://github.com/czechboy0/XcodeServerSDK.git", :tag => "v0.1.8" }

s.source_files = "XcodeServerSDK/**/*.{swift}"

s.dependency "BuildaUtils", "0.0.6"
s.dependency "BuildaUtils", "0.0.9"

end

0 comments on commit 4a7cd6c

Please sign in to comment.