From 3542d05125f0d7380784fdb295324be7af80e541 Mon Sep 17 00:00:00 2001 From: Reed Carson Date: Fri, 28 Sep 2018 12:08:09 -0400 Subject: [PATCH] Update MTGSDKSwift.podspec add .git to source --- MTGSDKSwift.podspec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/MTGSDKSwift.podspec b/MTGSDKSwift.podspec index 985b960..ee869b4 100644 --- a/MTGSDKSwift.podspec +++ b/MTGSDKSwift.podspec @@ -14,7 +14,7 @@ s.homepage = 'https://github.com/MagicTheGathering/mtg-sdk-swift' s.license = { :type => 'MIT', :file => 'LICENSE' } s.author = { 'Reed Carson' => 'rpcarson27@gmail.com' } - s.source = { :git => 'https://github.com/MagicTheGathering/mtg-sdk-swift', :tag => s.version.to_s } + s.source = { :git => 'https://github.com/MagicTheGathering/mtg-sdk-swift.git', :tag => s.version.to_s } s.ios.deployment_target = '10.2' s.source_files = 'MTGSDKSwift/**/*.swift'