blob: 3406bb854705133928da993ae5d9875a61fd13c3 [file] [log] [blame]
{
"name": "ICONKit",
"version": "0.2.3",
"summary": "ICON SDK for swift",
"swift_version": "4.2",
"description": "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",
"platforms": {
"ios": "10.0"
},
"source": {
"git": "https://github.com/icon-project/ICONKit.git",
"tag": "0.2.3"
},
"source_files": "ICONKit/ICON/*.swift",
"dependencies": {
"Result": [
],
"scrypt": [
],
"secp256k1_ios": [
"~> 0.1.3"
],
"BigInt": [
],
"CryptoSwift": [
"0.11.0"
]
}
}