blob: d19bd2c7bc1d39697fac5dd0f0d1d9ad78039b8e [file] [log] [blame]
{
"name": "MXRSA",
"version": "0.0.3",
"summary": "MXRSA - 使用mbedtls的简单RSA工具库",
"homepage": "https://github.com/CodingForMoney/MXRSA",
"authors": {
"lxm": "luoxianmingg@gmail.com"
},
"platforms": {
"ios": "7.0"
},
"source": {
"git": "https://github.com/CodingForMoney/MXRSA.git",
"tag": "0.0.3"
},
"license": "LICENSE",
"source_files": "MXRSA/MXRSA.{h,m}",
"subspecs": [
{
"name": "mbedtls",
"source_files": "MXRSA/mbedtls/*.c",
"private_header_files": "MXRSA/mbedtls/*.h"
}
]
}