Skip to content

Commit

Permalink
Update MTGSDKSwift.podspec
Browse files Browse the repository at this point in the history
add .git to source
  • Loading branch information
rpcarson authored Sep 28, 2018
1 parent 01b0d80 commit 3542d05
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion MTGSDKSwift.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
s.homepage = 'https://github.com/MagicTheGathering/mtg-sdk-swift'
s.license = { :type => 'MIT', :file => 'LICENSE' }
s.author = { 'Reed Carson' => '[email protected]' }
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'
Expand Down

0 comments on commit 3542d05

Please sign in to comment.