blob: 66639a13fe49ddea7661962b16ba921227537475 [file] [log] [blame]
{
"name": "mbedtls-ios",
"version": "0.0.1",
"summary": "A short description of mbedtls-ios.",
"description": "A short description of mbedtls-ios.",
"homepage": "https://github.com/ApplePeels/mbedtls-ios",
"license": {
"type": "MIT",
"file": "FILE_LICENSE"
},
"authors": {
"ApplePeel": "applepeel@yeah.net"
},
"platforms": {
"ios": "9.0"
},
"source": {
"git": "https://github.com/ApplePeels/mbedtls-ios.git",
"tag": "0.0.1"
},
"public_header_files": "include/mbedtls/*.h",
"libraries": "iconv",
"vendored_libraries": [
"lib/libmbedtls.a",
"lib/libmbedcrypto.a",
"lib/libmbedx509.a"
]
}