From 52716045fc536a5d4d7bdb49a8f51a148b79b14a Mon Sep 17 00:00:00 2001 From: DashaGitHub Date: Thu, 29 Aug 2019 18:17:41 +0300 Subject: [PATCH] Update podspec --- NohanaImagePicker.podspec | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/NohanaImagePicker.podspec b/NohanaImagePicker.podspec index 1478f5e..be7347d 100644 --- a/NohanaImagePicker.podspec +++ b/NohanaImagePicker.podspec @@ -2,11 +2,11 @@ Pod::Spec.new do |s| s.name = 'NohanaImagePicker' s.version = '0.9.3' s.summary = 'A multiple image picker for iOS app.' - s.homepage = 'https://github.com/DashaGitHub/NohanaImagePicker' + s.homepage = 'https://github.com/TouchInstinct/NohanaImagePicker' s.license = { :type => 'Apache License v2', :file => 'LICENSE' } s.author = { 'nohana' => 'development@nohana.co.jp' } s.source = { - :git => 'https://github.com/DashaGitHub/NohanaImagePicker.git', + :git => 'https://github.com/TouchInstinct/NohanaImagePicker.git', :tag => s.version.to_s } s.ios.deployment_target = '8.0' s.source_files = 'NohanaImagePicker/*.swift' @@ -14,4 +14,4 @@ Pod::Spec.new do |s| 'NohanaImagePicker' => ['NohanaImagePicker/**/*.{xcassets,storyboard,lproj}', "Resources/NohanaImagePicker.storyboard"] } s.frameworks = 'UIKit', 'Photos' -end +end \ No newline at end of file