blob: ec6b243db0ee72c6155eefb10fb93bca26cd944d [file] [log] [blame]
{
"name": "PlasmaSwiftLib",
"version": "1.0.0",
"summary": "PlasmaSwiftLib is your toolbelt for any kind interactions with The Matter Plasma Implementations.",
"description": "This lib provides all necessary functionality to create App with The Plasma on its board: Transaction, Blocks and also some The Matter Plasma API convenient methods!",
"homepage": "https://github.com/matterinc/PlasmaSwiftLib",
"license": {
"type": "Apache 2.0",
"file": "LICENSE"
},
"authors": {
"Anton Grigorev": "antongrigorjev2010@gmail.com"
},
"source": {
"git": "https://github.com/matterinc/PlasmaSwiftLib.git",
"tag": "1.0.0"
},
"platforms": {
"ios": "9.0"
},
"source_files": "PlasmaSwiftLib/**/*.swift",
"dependencies": {
"BigInt": [
],
"CryptoSwift": [
],
"SwiftRLP": [
],
"secp256k1_swift": [
]
}
}