blob: 30d8312160e967222040e3cd557c0bb351fa51d2 [file] [log] [blame]
{
"name": "MinterCore",
"version": "1.2.2",
"summary": "MinterCore SDK",
"homepage": "https://github.com/MinterTeam",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"sidorov.panda": "ody344@gmail.com"
},
"source": {
"git": "https://github.com/MinterTeam/minter-ios-core.git",
"tag": "1.2.2"
},
"platforms": {
"ios": "9.0",
"tvos": "9.0",
"watchos": "2.0"
},
"swift_versions": "4.2",
"source_files": "MinterCore/Classes/**/*",
"dependencies": {
"Alamofire": [
"4.7.3"
],
"ObjectMapper": [
"~> 3.1"
],
"BigInt": [
"~> 3.0"
],
"CryptoSwift": [
"~> 1.0"
],
"secp256k1.swift": [
"~> 0.1"
]
},
"swift_version": "4.2"
}