[Add] TestFrameworkIos1 1.0.2
[CocoaPods.git] / Specs / e / a / 3 / OTPKit / 0.1.4 / OTPKit.podspec.json
blob4659bac9ee2ca1d0022e7fb93012976718bcc2b5
2   "name": "OTPKit",
3   "version": "0.1.4",
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.4"
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   }