[Add] AlibabacloudPolardbx20200202 2.0.0
[CocoaPods.git] / Specs / e / a / 3 / OTPKit / 0.1.3 / OTPKit.podspec.json
blob87815e30a12af6b5ed04a90d214989dddf78ccc2
2   "name": "OTPKit",
3   "version": "0.1.3",
4   "summary": "Pure Swift implementations of one-time password algorithms.",
5   "description": "OTPKit is a Swift framework containing implementations of one-time password algorithms.",
6   "homepage": "https://github.com/chrisamanse/OTPKit",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Chris Amanse": "chris@chrisamanse.xyz"
13   },
14   "social_media_url": "http://twitter.com/ChrisAmanse",
15   "platforms": {
16     "ios": "9.0",
17     "osx": "10.10",
18     "watchos": "2.0",
19     "tvos": "10"
20   },
21   "source": {
22     "git": "https://github.com/chrisamanse/OTPKit.git",
23     "tag": "0.1.3"
24   },
25   "source_files": [
26     "Sources",
27     "Sources/**/*.{h,swift}"
28   ],
29   "requires_arc": true,
30   "pod_target_xcconfig": {
31     "SWIFT_VERSION": "3.0"
32   },
33   "dependencies": {
34     "CryptoKit": [
35       "~> 0"
36     ]
37   }