blob: 1c00e6ec7fd3a42d5c5480231920c5e3d43ddee3 [file] [log] [blame]
{
"name": "CommonWallet",
"version": "1.5.1",
"summary": "Soramitsu Common Wallet Implementation",
"description": "Library allow fast integration of Soramitsu Wallet implementation into client applications for payment purpose. Implemetation includes both customizable UI and logic to communicate with Iroha blockchain.",
"homepage": "https://github.com/soramitsu",
"license": {
"type": "GPL 3.0",
"file": "LICENSE"
},
"authors": {
"Andrei Marin": "marin@soramitsu.co.jp",
"Ruslan Rezin": "rezin@soramitsu.co.jp"
},
"source": {
"git": "https://github.com/soramitsu/Capital-iOS.git",
"tag": "1.5.1"
},
"platforms": {
"ios": "9.0"
},
"swift_versions": "5.0",
"source_files": "CommonWallet/Classes/**/*.swift",
"resources": [
"CommonWallet/**/*.xcdatamodeld",
"CommonWallet/**/*.xib",
"CommonWallet/Assets/**/*"
],
"frameworks": [
"UIKit",
"CoreImage"
],
"dependencies": {
"IrohaCommunication": [
"~> 3.4.1"
],
"RobinHood": [
"~> 2.0.0"
],
"SoraUI": [
"~> 1.8.7"
]
},
"testspecs": [
{
"name": "Tests",
"test_type": "unit",
"source_files": "Tests/**/*",
"dependencies": {
"Cuckoo": [
],
"OHHTTPStubs/Swift": [
]
},
"resources": [
"Tests/**/*.json"
]
}
],
"swift_version": "5.0"
}