From 92a19c01cb8d526d68c87052597323cd10e525cb Mon Sep 17 00:00:00 2001 From: husnjak Date: Fri, 15 Jun 2018 12:56:19 +0200 Subject: [PATCH] watchOS? --- IGDBWrapper.podspec | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/IGDBWrapper.podspec b/IGDBWrapper.podspec index 3f9e43e..906c3cc 100644 --- a/IGDBWrapper.podspec +++ b/IGDBWrapper.podspec @@ -8,7 +8,7 @@ Pod::Spec.new do |s| s.name = 'IGDBWrapper' - s.version = '0.3.0' + s.version = '0.3.1' s.summary = 'A Swift wrapper for the IGDB.com Free Video Game Database API.' # This description is used to generate tags and improve search results. @@ -29,6 +29,7 @@ A Swift wrapper for the IGDB.com Free Video Game Database API. igdb.com # s.social_media_url = 'https://twitter.com/' s.ios.deployment_target = '8.0' + s.watchos.deployment_target = '4.0' s.swift_version = '4.0' #s.source_files = 'IGDBWrapper/Classes/**/*'