File tree Expand file tree Collapse file tree 1 file changed +2
-6
lines changed Expand file tree Collapse file tree 1 file changed +2
-6
lines changed Original file line number Diff line number Diff line change 1
1
Pod ::Spec . new do |s |
2
2
3
3
s . name = "XcodeServerSDK"
4
- s . version = "0.0.3 "
4
+ s . version = "0.0.4 "
5
5
s . summary = "Access Xcode Server API with native Swift objects."
6
6
7
- s . description = <<-DESC
8
- Access Xcode Server API with native Swift objects.
9
- DESC
10
-
11
7
s . homepage = "https://github.com/czechboy0/XcodeServerSDK"
12
8
s . license = { :type => "MIT" , :file => "LICENSE" }
13
9
@@ -16,7 +12,7 @@ Pod::Spec.new do |s|
16
12
17
13
s . ios . deployment_target = "8.0"
18
14
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 " }
20
16
21
17
s . source_files = "XcodeServerSDK/**/*.{swift}"
22
18
s . requires_arc = true
You can’t perform that action at this time.
0 commit comments