blob: 70aa12b7d486f8d97fe5e702ac02001c846ecd17 [file] [log] [blame]
{
"name": "ICONKit",
"version": "0.1.0",
"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.1.0"
},
"source_files": "ICONKit/ICON/*.swift",
"dependencies": {
"Result": [
],
"scrypt": [
],
"secp256k1_ios": [
],
"BigInt": [
],
"CryptoSwift": [
]
}
}