-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathMixinAPI.podspec
22 lines (17 loc) · 945 Bytes
/
MixinAPI.podspec
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
Pod::Spec.new do |s|
s.name = 'MixinAPI'
s.version = '1.0.3'
s.summary = 'Access and manage your wallet on Mixin Network'
s.description = <<-DESC
The Mixin Network based wallet allows for the rapid construction of decentralized wallets, decentralized on-chain exchanges, and other products.
DESC
s.homepage = 'https://github.com/MixinNetwork/bot-api-swift-client'
s.license = { :type => 'MIT', :file => 'LICENSE' }
s.author = { 'wuyueyang' => 'wuyueyang@mixin.one' }
s.source = { :git => 'https://github.com/MixinNetwork/bot-api-swift-client.git', :tag => s.version.to_s }
s.social_media_url = 'https://twitter.com/Mixin_Network'
s.swift_version = '5.7'
s.ios.deployment_target = '13.0'
s.source_files = 'MixinAPI/Foundation/*', 'MixinAPI/Crypto/*', 'MixinAPI/Model/**/*', 'MixinAPI/API/**/*'
s.dependency 'Sodium'
end