blob: 9094d3206c74f7251a9fba992e5c993ce92ce6d2 [file] [log] [blame]
{
"name": "ti_dh",
"version": "1.0",
"summary": "Diffie Hellman密钥交换算法",
"homepage": "https://github.com/ti-dh/ti-dh-swift",
"license": {
"type": "MIT",
"file": "README.md"
},
"authors": {
"heroims": "heroims@163.com"
},
"source": {
"git": "https://github.com/ti-dh/ti-dh-swift.git",
"tag": "1.0"
},
"platforms": {
"ios": "8.0",
"osx": "10.9",
"tvos": "9.0",
"watchos": "2.0"
},
"requires_arc": true,
"default_subspecs": "All",
"subspecs": [
{
"name": "All",
"source_files": "dh/*.{swift}",
"dependencies": {
"BigInt": [
]
}
},
{
"name": "Lite",
"source_files": "dh/ti_dh_lite.{swift}",
"dependencies": {
"BigInt": [
]
}
}
]
}