[Add] YLProgressHUD 0.0.2
[CocoaPods.git] / Specs / 1 / b / c / CupertinoJWT / 0.1.0 / CupertinoJWT.podspec.json
blobd5bb0711fedf25ea6ff58b15009cb287d9379e3a
2   "name": "CupertinoJWT",
3   "version": "0.1.0",
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": "0.1.0"
23   },
24   "source_files": "Source/*.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   }