[Add] YLProgressHUD 0.0.2
[CocoaPods.git] / Specs / d / 3 / b / OneTimePassword / 3.0 / OneTimePassword.podspec.json
bloba420d3b7378b58580736b7d690bc2f83964bc35c
2   "name": "OneTimePassword",
3   "version": "3.0",
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     "watchos": "2.0"
11   },
12   "source": {
13     "git": "https://github.com/mattrubin/OneTimePassword.git",
14     "tag": "3.0"
15   },
16   "source_files": "Sources/*.{swift}",
17   "requires_arc": true,
18   "dependencies": {
19     "Base32": [
20       "~> 1.1.2"
21     ]
22   },
23   "pod_target_xcconfig": {
24     "SWIFT_INCLUDE_PATHS[sdk=appletvos*]": "$(SRCROOT)/OneTimePassword/CommonCrypto/appletvos",
25     "SWIFT_INCLUDE_PATHS[sdk=appletvsimulator*]": "$(SRCROOT)/OneTimePassword/CommonCrypto/appletvsimulator",
26     "SWIFT_INCLUDE_PATHS[sdk=iphoneos*]": "$(SRCROOT)/OneTimePassword/CommonCrypto/iphoneos",
27     "SWIFT_INCLUDE_PATHS[sdk=iphonesimulator*]": "$(SRCROOT)/OneTimePassword/CommonCrypto/iphonesimulator",
28     "SWIFT_INCLUDE_PATHS[sdk=macosx*]": "$(SRCROOT)/OneTimePassword/CommonCrypto/macosx",
29     "SWIFT_INCLUDE_PATHS[sdk=watchos*]": "$(SRCROOT)/OneTimePassword/CommonCrypto/watchos",
30     "SWIFT_INCLUDE_PATHS[sdk=watchsimulator*]": "$(SRCROOT)/OneTimePassword/CommonCrypto/watchsimulator"
31   },
32   "preserve_paths": "CommonCrypto/*",
33   "prepare_command": "CommonCrypto/injectXcodePath.sh",
34   "pushed_with_swift_version": "3.0"