Skip to content

Commit

Permalink
Merge pull request #70 from hyperoslo/feature/tvos
Browse files Browse the repository at this point in the history
Feature/tvos
  • Loading branch information
RamonGilabert committed Apr 24, 2016
2 parents 5c0d752 + 4b764b9 commit 69c180c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ Sugar is a sweetener for your Cocoa implementations.
[![Carthage Compatible](https://img.shields.io/badge/Carthage-compatible-4BC51D.svg?style=flat)](https://github.com/Carthage/Carthage)
[![License](https://img.shields.io/cocoapods/l/Sugar.svg?style=flat)](http://cocoadocs.org/docsets/Sugar)
[![Platform](https://img.shields.io/cocoapods/p/Sugar.svg?style=flat)](http://cocoadocs.org/docsets/Sugar)
![Swift](https://img.shields.io/badge/%20in-swift%202.2-orange.svg)

## Table of Contents

Expand Down
4 changes: 3 additions & 1 deletion Sugar.podspec
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Pod::Spec.new do |s|
s.name = "Sugar"
s.summary = "Something sweet that goes great with your Cocoa"
s.version = "1.0.13"
s.version = "1.1.0"
s.homepage = "https://github.com/hyperoslo/Sugar"
s.license = 'MIT'
s.author = { "Hyper Interaktiv AS" => "[email protected]" }
Expand All @@ -10,10 +10,12 @@ Pod::Spec.new do |s|

s.ios.deployment_target = '8.0'
s.osx.deployment_target = '10.10'
s.tvos.deployment_target = '9.2'

s.requires_arc = true
s.ios.source_files = 'Source/{iOS,Shared}/**/*'
s.osx.source_files = 'Source/{Shared}/**/*'
s.tvos.source_files = 'Source/{iOS,Shared}/**/*'

s.frameworks = 'Foundation'
end

0 comments on commit 69c180c

Please sign in to comment.