Add submodules reference to podspec
This commit is contained in:
parent
3ed446c78f
commit
977b3226c4
|
@ -26,7 +26,7 @@ Bitcoin, Ethereum and many other Cryptocurrency Signature generation and verific
|
|||
# s.screenshots = 'www.example.com/screenshots_1', 'www.example.com/screenshots_2'
|
||||
s.license = { :type => 'MIT', :file => 'LICENSE' }
|
||||
s.author = { 'Koray Koska' => 'koray@koska.at' }
|
||||
s.source = { :git => 'https://github.com/Boilertalk/secp256k1.swift.git', :tag => s.version.to_s }
|
||||
s.source = { :git => 'https://github.com/Boilertalk/secp256k1.swift.git', :tag => s.version.to_s, :submodules => true }
|
||||
# s.social_media_url = 'https://twitter.com/<TWITTER_USERNAME>'
|
||||
|
||||
s.ios.deployment_target = '8.0'
|
||||
|
|
Loading…
Reference in New Issue