blob: 9c14836d6e53cc35bf8c0663112cf9be49557946 [file] [log] [blame]
{
"name": "OneTimePassword",
"version": "3.1.5",
"summary": "A small library for generating TOTP and HOTP one-time passwords.",
"homepage": "https://github.com/mattrubin/OneTimePassword",
"license": "MIT",
"authors": "Matt Rubin",
"swift_versions": "4.0",
"platforms": {
"ios": "8.0",
"watchos": "2.0"
},
"source": {
"git": "https://github.com/mattrubin/OneTimePassword.git",
"tag": "3.1.5"
},
"source_files": "Sources/*.{swift}",
"requires_arc": true,
"dependencies": {
"Base32": [
"~> 1.1.2"
]
},
"pod_target_xcconfig": {
"SWIFT_INCLUDE_PATHS[sdk=appletvos*]": "$(SRCROOT)/OneTimePassword/CommonCrypto/appletvos",
"SWIFT_INCLUDE_PATHS[sdk=appletvsimulator*]": "$(SRCROOT)/OneTimePassword/CommonCrypto/appletvsimulator",
"SWIFT_INCLUDE_PATHS[sdk=iphoneos*]": "$(SRCROOT)/OneTimePassword/CommonCrypto/iphoneos",
"SWIFT_INCLUDE_PATHS[sdk=iphonesimulator*]": "$(SRCROOT)/OneTimePassword/CommonCrypto/iphonesimulator",
"SWIFT_INCLUDE_PATHS[sdk=macosx*]": "$(SRCROOT)/OneTimePassword/CommonCrypto/macosx",
"SWIFT_INCLUDE_PATHS[sdk=watchos*]": "$(SRCROOT)/OneTimePassword/CommonCrypto/watchos",
"SWIFT_INCLUDE_PATHS[sdk=watchsimulator*]": "$(SRCROOT)/OneTimePassword/CommonCrypto/watchsimulator"
},
"preserve_paths": "CommonCrypto/*",
"prepare_command": "CommonCrypto/injectXcodePath.sh"
}