blob: 77759a41cba1306566ed4f573a17fd1ea602aabb [file] [log] [blame]
{
"name": "PlasmaSwiftLib",
"version": "1.1.2",
"summary": "PlasmaSwiftLib is your toolbelt for any kind interactions with The Matter Plasma Implementations.",
"description": "Use this library to implement all necessary functionality of THe Matter Plasma Implementation into your App. Completely native on pure Swift.",
"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.1.2"
},
"swift_version": "4.2",
"module_name": "PlasmaSwiftLib",
"platforms": {
"ios": "9.0"
},
"source_files": [
"PlasmaSwiftLib/**/*.{h,swift}",
"PlasmaSwiftLib/**/**/*.{h,swift}"
],
"public_header_files": "PlasmaSwiftLib/**/*.{h}",
"pod_target_xcconfig": {
"DEFINES_MODULE": "YES"
},
"dependencies": {
"web3swift": [
]
}
}