[Add] HyphenateChat_test1 1.0.1
[CocoaPods.git] / Specs / 1 / b / c / CupertinoJWT / 0.1.2 / CupertinoJWT.podspec.json
bloba786447e578aa1ee042fe95237351fce2803da7c
2   "name": "CupertinoJWT",
3   "version": "0.1.2",
4   "summary": "Convert Apple's .p8 file to JWT, without third-party dependencies",
5   "homepage": "https://github.com/ethanhuang13/CupertinoJWT",
6   "license": {
7     "type": "MIT"
8   },
9   "authors": {
10     "ethanhuang13": "blesserx@gmail.com"
11   },
12   "requires_arc": true,
13   "swift_version": "4.0",
14   "platforms": {
15     "ios": "10.0",
16     "osx": "10.12",
17     "tvos": "10.0",
18     "watchos": "3.0"
19   },
20   "source": {
21     "git": "https://github.com/ethanhuang13/CupertinoJWT.git",
22     "tag": "v0.1.2"
23   },
24   "source_files": "Sources/*.swift",
25   "resources": "install_common_crypto.sh",
26   "script_phases": {
27     "name": "CommonCrypto",
28     "script": "sh ${PODS_TARGET_SRCROOT}/install_common_crypto.sh",
29     "execution_position": "before_compile"
30   }