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