Skip to content

Commit

Permalink
Merge pull request #12 from lobodart/tvos-support
Browse files Browse the repository at this point in the history
Add tvOS support
  • Loading branch information
lobodart authored Jan 20, 2021
2 parents 7af22b6 + 979c9d3 commit 7bd1bad
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 3 deletions.
7 changes: 4 additions & 3 deletions CheatyXML.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ Pod::Spec.new do |s|
#

s.name = "CheatyXML"
s.version = "3.0.0"
s.version = "3.1.0"
s.summary = "CheatyXML"

s.description = <<-DESC
Expand Down Expand Up @@ -57,7 +57,8 @@ Pod::Spec.new do |s|
# the deployment target. You can optionally include the target after the platform.
#

s.platform = :ios, "8.0"
s.ios.deployment_target = "8.0"
s.tvos.deployment_target = "9.0"


# ――― Source Location ―――――――――――――――――――――――――――――――――――――――――――――――――――――――――― #
Expand All @@ -66,7 +67,7 @@ Pod::Spec.new do |s|
# Supports git, hg, bzr, svn and HTTP.
#

s.source = { :git => "https://github.com/lobodart/CheatyXML.git", :tag => "v3.0.0" }
s.source = { :git => "https://github.com/lobodart/CheatyXML.git", :tag => "v#{s.version}" }


# ――― Source Code ―――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――― #
Expand Down
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,10 @@

CheatyXML is a Swift framework designed to manage XML easily.

## Requirements
- iOS 8.0 or later
- tvOS 9.0 or later

## Installation
### Cocoapods
If you're using **cocoapods**, just add `pod 'CheatyXML'` into your `Podfile` file.
Expand Down

0 comments on commit 7bd1bad

Please sign in to comment.