Skip to content

Commit

Permalink
Merge pull request #124 from czechboy0/hd/tvos_support
Browse files Browse the repository at this point in the history
tvOS support
  • Loading branch information
czechboy0 committed Oct 19, 2015
2 parents 203f92d + 4472eb8 commit 793cee3
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion Podfile
Expand Up @@ -2,7 +2,7 @@
use_frameworks!

def utils
pod 'BuildaUtils', '~> 0.2.1'
pod 'BuildaUtils', '~> 0.2.3'
end

def tests
Expand Down
12 changes: 6 additions & 6 deletions Podfile.lock
@@ -1,10 +1,10 @@
PODS:
- BuildaUtils (0.1.5)
- BuildaUtils (0.2.3)
- DVR (0.0.4-czechboy0)
- Nimble (2.0.0-rc.3)
- Nimble (2.0.0)

DEPENDENCIES:
- BuildaUtils (~> 0.1.5)
- BuildaUtils (~> 0.2.3)
- DVR (from `https://github.com/czechboy0/DVR.git`, tag `v0.0.5-czechboy0`)
- Nimble (~> 2.0.0-rc.3)

Expand All @@ -19,8 +19,8 @@ CHECKOUT OPTIONS:
:tag: v0.0.5-czechboy0

SPEC CHECKSUMS:
BuildaUtils: 25b8a56f9878ab26d2233866242a2d96d143851c
BuildaUtils: ea53e9781ddd764d525b1c3bb98f68e22cc58170
DVR: 386f347071f55f3f9105239db6764483009ec875
Nimble: 9dff98ee195ffe7351d3b2fb01d3a1420fd97948
Nimble: 472e75466819eb8c06299233e87c694a9b51328a

COCOAPODS: 0.39.0.beta.5
COCOAPODS: 0.39.0
4 changes: 2 additions & 2 deletions XcodeServerSDK.podspec
@@ -1,7 +1,7 @@
Pod::Spec.new do |s|

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

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

s.source = { :git => "https://github.com/czechboy0/XcodeServerSDK.git", :tag => "v#{s.version}" }

Expand Down

0 comments on commit 793cee3

Please sign in to comment.