blob: 7712f92f7f50c25a484ed871bc2a8acbd5f26bdb [file] [log] [blame]
{
"name": "WavesSDK",
"version": "0.1.5",
"platforms": {
"ios": "10.0"
},
"requires_arc": true,
"swift_versions": "5.0",
"license": {
"type": "MIT License",
"file": "LICENSE"
},
"homepage": "https://wavesplatform.com",
"authors": {
"Mefilt": "mefilt@gmail.com"
},
"summary": "Extensions are helping for developer fast write code",
"source_files": "WavesSDK/Sources/**/*.{swift}",
"source": {
"git": "https://github.com/wavesplatform/WavesSDK-iOS.git",
"tag": "v0.1.5"
},
"ios": {
"frameworks": "UIKit"
},
"dependencies": {
"RxSwift": [
"~> 4.0"
],
"Moya": [
"~> 12.0.1"
],
"Moya/RxSwift": [
"~> 12.0.1"
],
"WavesSDKExtensions": [
],
"WavesSDKCrypto": [
]
},
"swift_version": "5.0"
}