blob: 6f92b80895a1580e09e29169300e7c2a797d8ab6 [file] [log] [blame]
{
"name": "CupertinoJWT",
"version": "0.1.1",
"summary": "Convert Apple's P8 file to JWT, 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": "0.1.1"
},
"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"
}
}