[Add] AlibabacloudMse20190531 6.13.0
[CocoaPods.git] / Specs / e / a / 3 / OTPKit / 0.1.1 / OTPKit.podspec.json
blob118817e38e8c7217eca960262b9053d619587f22
2   "name": "OTPKit",
3   "version": "0.1.1",
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.11",
18     "watchos": "2.0"
19   },
20   "source": {
21     "git": "https://github.com/chrisamanse/OTPKit.git",
22     "tag": "v0.1.1"
23   },
24   "source_files": [
25     "Sources",
26     "Sources/**/*.{h,swift}"
27   ],
28   "requires_arc": true,
29   "pod_target_xcconfig": {
30     "SWIFT_VERSION": "3.0"
31   },
32   "dependencies": {
33     "CryptoKit": [
34       "~> 0"
35     ]
36   }