Skip to content

Commit b265371

Browse files
author
Honza Dvorsky
committed
maybe?
1 parent bbdb668 commit b265371

File tree

1 file changed

+2
-6
lines changed

1 file changed

+2
-6
lines changed

XcodeServerSDK.podspec

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,9 @@
11
Pod::Spec.new do |s|
22

33
s.name = "XcodeServerSDK"
4-
s.version = "0.0.3"
4+
s.version = "0.0.4"
55
s.summary = "Access Xcode Server API with native Swift objects."
66

7-
s.description = <<-DESC
8-
Access Xcode Server API with native Swift objects.
9-
DESC
10-
117
s.homepage = "https://github.com/czechboy0/XcodeServerSDK"
128
s.license = { :type => "MIT", :file => "LICENSE" }
139

@@ -16,7 +12,7 @@ Pod::Spec.new do |s|
1612

1713
s.ios.deployment_target = "8.0"
1814
s.osx.deployment_target = "10.10"
19-
s.source = { :git => "https://github.com/czechboy0/XcodeServerSDK.git", :tag => "0.0.3" }
15+
s.source = { :git => "https://github.com/czechboy0/XcodeServerSDK.git", :tag => "0.0.4" }
2016

2117
s.source_files = "XcodeServerSDK/**/*.{swift}"
2218
s.requires_arc = true

0 commit comments

Comments
 (0)