diff --git a/CheatyXML.podspec b/CheatyXML.podspec index 05391b2..90157e3 100644 --- a/CheatyXML.podspec +++ b/CheatyXML.podspec @@ -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 @@ -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 ―――――――――――――――――――――――――――――――――――――――――――――――――――――――――― # @@ -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 ―――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――― # diff --git a/README.md b/README.md index 4ad2c93..387c70f 100644 --- a/README.md +++ b/README.md @@ -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.