blob: 77f6cc2cc51bd89794d39c62270cd3119088e4f3 [file] [log] [blame]
{
"name": "ECDHESSwift",
"version": "0.0.1",
"summary": "JOSE ECDH-ES 系列 Swift lib",
"description": "Extend JOSESwift 實作 JOSE ECDH-ES 系列 Swift lib",
"homepage": "https://github.com/104corp/JOSE-ECDH-ES-Swift",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"jack.zhu@104.com.tw": "mfantcy@gmail.com"
},
"source": {
"git": "https://github.com/104corp/JOSE-ECDH-ES-Swift.git",
"tag": "0.0.1"
},
"platforms": {
"ios": "10.0"
},
"swift_versions": "5.0",
"source_files": "ECDHESSwift/Classes/**/*",
"dependencies": {
"JOSESwift": [
"~> 1.8"
],
"CryptoSwift": [
"~> 1.0.0"
]
}
}