blob: 66a0afade52fbcd1d398ff7b2a5b4370a4b946d1 [file] [log] [blame]
{
"name": "ICONKit",
"version": "0.1.1",
"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.1"
},
"source_files": "ICONKit/ICON/*.swift",
"dependencies": {
"Result": [
"~> 4.0.0"
],
"scrypt": [
"~> 2.0"
],
"secp256k1_ios": [
"~> 0.1.3"
],
"BigInt": [
"~> 3.1.0"
],
"CryptoSwift": [
"~> 0.12.0"
]
}
}