blob: feadab10c9512a86bf867faead4f619e94ad4f0d [file] [log] [blame]
{
"name": "CupertinoJWT",
"version": "0.2.0",
"summary": "Parse Apple's .p8 private key file and sign JWT with ES256, without third-party dependencies.",
"homepage": "https://github.com/ethanhuang13/CupertinoJWT",
"license": {
"type": "MIT"
},
"authors": {
"ethanhuang13": "blesserx@gmail.com"
},
"requires_arc": true,
"swift_version": "4.0",
"platforms": {
"ios": "10.0",
"osx": "10.12",
"tvos": "10.0",
"watchos": "3.0"
},
"source": {
"git": "https://github.com/ethanhuang13/CupertinoJWT.git",
"tag": "v0.2.0"
},
"source_files": "Sources/*.swift",
"resources": "install_common_crypto.sh",
"script_phases": {
"name": "CommonCrypto",
"script": "sh ${PODS_TARGET_SRCROOT}/install_common_crypto.sh",
"execution_position": "before_compile"
}
}