Skip to content

Commit

Permalink
maybe?
Browse files Browse the repository at this point in the history
  • Loading branch information
Honza Dvorsky committed Jun 12, 2015
1 parent bbdb668 commit b265371
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions XcodeServerSDK.podspec
@@ -1,13 +1,9 @@
Pod::Spec.new do |s|

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

s.description = <<-DESC
Access Xcode Server API with native Swift objects.
DESC

s.homepage = "https://github.com/czechboy0/XcodeServerSDK"
s.license = { :type => "MIT", :file => "LICENSE" }

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

s.ios.deployment_target = "8.0"
s.osx.deployment_target = "10.10"
s.source = { :git => "https://github.com/czechboy0/XcodeServerSDK.git", :tag => "0.0.3" }
s.source = { :git => "https://github.com/czechboy0/XcodeServerSDK.git", :tag => "0.0.4" }

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

0 comments on commit b265371

Please sign in to comment.