blob: d9d121b11ece1f1bb65d92781b5c4ab234dffe48 [file] [log] [blame]
{
"name": "CommonWallet",
"version": "1.12.0",
"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.12.0"
},
"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": [
"~> 4.0.0"
],
"RobinHood": [
"~> 2.3.0"
],
"SoraUI": [
"~> 1.8.7"
],
"SoraFoundation/DateProcessing": [
"~> 0.4.0"
],
"SoraFoundation/NotificationHandlers": [
"~> 0.4.0"
],
"SoraFoundation/Localization": [
"~> 0.4.0"
]
},
"testspecs": [
{
"name": "Tests",
"test_type": "unit",
"source_files": "Tests/**/*",
"dependencies": {
"Cuckoo": [
],
"OHHTTPStubs/Swift": [
"~> 8.0.0"
]
},
"resources": [
"Tests/**/*.json"
]
}
],
"swift_version": "5.0"
}