blob: 7ee7384a5bec65bd4dce4a26619b0404771b896f [file] [log] [blame]
{
"name": "WavesSDK",
"version": "0.1.7",
"platforms": {
"ios": "11.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.7"
},
"ios": {
"frameworks": "UIKit"
},
"dependencies": {
"RxSwift": [
"~> 4.0"
],
"Moya": [
"~> 12.0.1"
],
"Moya/RxSwift": [
"~> 12.0.1"
],
"WavesSDKExtensions": [
],
"WavesSDKCrypto": [
]
},
"swift_version": "5.0"
}