blob: 3fd34904b0ecceaf814660ff97f221f18fd4ad00 [file] [log] [blame]
{
"name": "ICONKit",
"version": "0.2.5",
"summary": "ICON SDK for swift",
"homepage": "https://github.com/icon-project/ICONKit",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"a1ahn": "jeonghwan.ahn@icon.foundation"
},
"social_media_url": "https://twitter.com/helloicon",
"module_name": "ICONKit",
"platforms": {
"ios": "10.0",
"osx": "10.14"
},
"source": {
"git": "https://github.com/icon-project/ICONKit.git",
"tag": "0.2.5"
},
"source_files": "Source/*.swift",
"frameworks": "Security",
"dependencies": {
"Result": [
],
"scrypt": [
],
"secp256k1_ios": [
"~> 0.1.3"
],
"BigInt": [
],
"CryptoSwift": [
"~> 0.11.0"
]
}
}