-
Notifications
You must be signed in to change notification settings - Fork 0
/
HDWalletSDK.podspec
38 lines (25 loc) · 1.17 KB
/
HDWalletSDK.podspec
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
Pod::Spec.new do |s|
s.name = 'HDWalletSDK'
s.version = '1.2.0'
s.summary = 'HDWalletKit 因 pod 引入时, Keystore 文件错误后的修改'
#s.description = <<-DESC
# TODO: Add long description of the pod here.
# DESC
s.description = 'HDWalletKit 因 pod 引入时, Keystore 文件错误后的修改'
s.homepage = 'https://github.com/Ann-iOS/HDWalletSDK'
s.license = { :type => 'MIT', :file => 'LICENSE' }
s.author = { 'Ann-iOS' => '[email protected]' }
s.source = { :git => 'https://github.com/Ann-iOS/HDWalletSDK.git', :tag => s.version.to_s }
# s.social_media_url = 'https://twitter.com/<TWITTER_USERNAME>'
s.ios.deployment_target = '9.0'
# s.source_files = 'HDWalletSDK','HDWalletSDK/**/*'
s.exclude_files = "HDWalletSDK/**/*.h"
s.source_files = 'HDWalletSDK','HDWalletSDK/**/*.{swift}'
#s.source_files = "HDWalletSDK", "HDWalletSDK/**/*.{h,m}"
s.swift_version= '5'
s.requires_arc = true
s.static_framework = true
s.module_name = "HDWalletSDK"
s.dependency "secp256k1.swift", '~> 0.1.4'
s.dependency 'CryptoSwift', '~> 1.4.2'
end