From 130c7c215ad635687407d65a32a3e62466c7ea51 Mon Sep 17 00:00:00 2001 From: Guillaume Sabran Date: Thu, 12 Apr 2018 09:07:35 -0700 Subject: [PATCH] update pod spec --- DDDKit.podspec | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/DDDKit.podspec b/DDDKit.podspec index c1fc00a..d8afd4d 100644 --- a/DDDKit.podspec +++ b/DDDKit.podspec @@ -8,7 +8,7 @@ Pod::Spec.new do |s| s.name = 'DDDKit' - s.version = '1.3.0' + s.version = '1.4.0' s.summary = 'DDDKit is an open source version of SCNKit' # This description is used to generate tags and improve search results. @@ -22,11 +22,11 @@ Pod::Spec.new do |s| Currently, DDDKit focuses on implementing video related features, that are extremely buggy in SceneKit DESC - s.homepage = 'https://github.com/team-pie/DDDKit' + s.homepage = 'https://github.com/gsabran/DDDKit' # s.screenshots = 'www.example.com/screenshots_1', 'www.example.com/screenshots_2' s.license = { :type => 'MIT', :file => 'LICENSE' } s.author = { 'Guillaume Sabran' => 'sabranguillaume@gmail.com' } - s.source = { :git => 'https://github.com/team-pie/DDDKit.git', :tag => s.version.to_s } + s.source = { :git => 'https://github.com/gsabran/DDDKit.git', :tag => s.version.to_s } # s.social_media_url = 'https://twitter.com/' s.ios.deployment_target = '8.0'