blob: 74f3a673893ca7aa6234f6abefedc5a47630b304 [file] [log] [blame]
{
"name": "ICONKit",
"version": "0.1.2",
"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.2"
},
"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"
]
}
}