forked from PlatONnetwork/client-sdk-ios
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathplatonWeb3.podspec
More file actions
31 lines (17 loc) · 874 Bytes
/
Copy pathplatonWeb3.podspec
File metadata and controls
31 lines (17 loc) · 874 Bytes
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
Pod::Spec.new do |s|
s.name = "platonWeb3"
s.version = "0.6.0"
s.summary = "platonWeb3 SDK is a Swift development kit for PlatON public chain provided by PlatON for iOS developers."
s.description = "platonWeb3 SDK is a Swift development kit for PlatON public chain provided by PlatON for iOS developers."
s.homepage = "https://github.com/PlatONnetwork/client-sdk-ios"
s.license = "MIT"
s.author = { "admin" => "support@platon.network" }
s.source = { :git => "https://github.com/PlatONnetwork/client-sdk-ios.git", :tag => "#{s.version}" }
s.source_files = "source/**/*.swift"
s.platform = :ios, "9.0"
s.dependency 'BigInt'
s.dependency 'CryptoSwift'
s.dependency 'secp256k1.swift'
s.dependency 'Localize-Swift'
s.pod_target_xcconfig = { 'SWIFT_OPTIMIZATION_LEVEL' => '-Owholemodule' }
end