[Add] MoneyHashPayment 2.2.14
[CocoaPods.git] / Specs / d / 3 / b / OneTimePassword / 2.0.1 / OneTimePassword.podspec.json
blobfb8b61d7d20b92c91a95e0ad929db0e0ca534e73
2   "name": "OneTimePassword",
3   "version": "2.0.1",
4   "summary": "A small library for generating TOTP and HOTP one-time passwords.",
5   "homepage": "https://github.com/mattrubin/OneTimePassword",
6   "license": "MIT",
7   "authors": "Matt Rubin",
8   "platforms": {
9     "ios": "8.0"
10   },
11   "source": {
12     "git": "https://github.com/mattrubin/OneTimePassword.git",
13     "tag": "2.0.1"
14   },
15   "source_files": "Sources/*.{swift}",
16   "requires_arc": true,
17   "dependencies": {
18     "Base32": [
19       "~> 1.0.2"
20     ]
21   },
22   "pod_target_xcconfig": {
23     "SWIFT_INCLUDE_PATHS[sdk=appletvos*]": "$(SRCROOT)/OneTimePassword/CommonCrypto/appletvos",
24     "SWIFT_INCLUDE_PATHS[sdk=appletvsimulator*]": "$(SRCROOT)/OneTimePassword/CommonCrypto/appletvsimulator",
25     "SWIFT_INCLUDE_PATHS[sdk=iphoneos*]": "$(SRCROOT)/OneTimePassword/CommonCrypto/iphoneos",
26     "SWIFT_INCLUDE_PATHS[sdk=iphonesimulator*]": "$(SRCROOT)/OneTimePassword/CommonCrypto/iphonesimulator",
27     "SWIFT_INCLUDE_PATHS[sdk=macosx*]": "$(SRCROOT)/OneTimePassword/CommonCrypto/macosx",
28     "SWIFT_INCLUDE_PATHS[sdk=watchos*]": "$(SRCROOT)/OneTimePassword/CommonCrypto/watchos",
29     "SWIFT_INCLUDE_PATHS[sdk=watchsimulator*]": "$(SRCROOT)/OneTimePassword/CommonCrypto/watchsimulator"
30   },
31   "preserve_paths": "CommonCrypto/*/**.modulemap"