-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathWavesSDK.podspec
More file actions
26 lines (20 loc) · 887 Bytes
/
WavesSDK.podspec
File metadata and controls
26 lines (20 loc) · 887 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
Pod::Spec.new do |spec|
spec.name = 'WavesSDK'
spec.version = '0.1.9'
spec.ios.deployment_target = '11.0'
spec.requires_arc = true
spec.swift_version = '5.0'
spec.license = { :type => 'MIT License', :file => 'LICENSE' }
spec.homepage = 'https://wavesplatform.com'
spec.authors = { 'Mefilt' => 'mefilt@gmail.com', }
spec.summary = 'Extensions are helping for developer fast write code'
spec.source_files = 'WavesSDK/Sources/**/*.{swift}'
spec.source = { :git => 'https://github.com/wavesplatform/WavesSDK-iOS.git', :tag => 'v' + spec.version.to_s}
spec.ios.framework = 'Foundation'
spec.ios.framework = 'UIKit'
spec.dependency 'RxSwift', '~> 4.0'
spec.dependency 'Moya', '~> 12.0.1'
spec.dependency 'Moya/RxSwift', '~> 12.0.1'
spec.dependency 'WavesSDKExtensions'
spec.dependency 'WavesSDKCrypto'
end