Skip to content

Commit

Permalink
Removed tvOS deployment target
Browse files Browse the repository at this point in the history
  • Loading branch information
jackcook committed Mar 6, 2016
1 parent beaebfd commit 2d29279
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
7 changes: 3 additions & 4 deletions GCHelper.podspec
Original file line number Diff line number Diff line change
@@ -1,15 +1,14 @@
Pod::Spec.new do |s|
s.name = 'GCHelper'
s.version = '0.3.1'
s.version = '0.3.2'
s.summary = 'A lightweight helper for GameKit, written in Swift'
s.homepage = 'https://github.com/jackcook/GCHelper'
s.license = 'MIT'
s.author = { 'Jack Cook' => '[email protected]' }
s.source = { :git => 'https://github.com/jackcook/GCHelper.git', :tag => '0.3.1' }
s.source = { :git => 'https://github.com/jackcook/GCHelper.git', :tag => '0.3.2' }
s.social_media_url = 'https://twitter.com/jackcook36'

s.ios.deployment_target = '8.0'
s.tvos.deployment_target = '9.0'
s.ios.deployment_target = '8.0'
s.requires_arc = true
s.source_files = 'Pod/Classes/*'
s.framework = 'GameKit'
Expand Down
2 changes: 1 addition & 1 deletion Pod/Classes/GCHelper.swift
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// GCHelper.swift (v. 0.3.1)
// GCHelper.swift (v. 0.3.2)
//
// Copyright (c) 2016 Jack Cook
//
Expand Down

0 comments on commit 2d29279

Please sign in to comment.