blob: 3d6b5f3e31f6673df343c11c8d03b5db799f6b1f [file] [log] [blame]
{
"name": "ICONKit",
"version": "0.4.1",
"summary": "ICON SDK for swift",
"homepage": "https://github.com/icon-project/ICONKit",
"license": {
"type": "Apache-2.0",
"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"
},
"swift_versions": "5.0",
"source": {
"git": "https://github.com/icon-project/ICONKit.git",
"tag": "0.4.1"
},
"source_files": "Source/*.swift",
"frameworks": "Security",
"dependencies": {
"secp256k1_swift": [
],
"BigInt": [
],
"CryptoSwift": [
]
},
"swift_version": "5.0"
}