blob: fb8b61d7d20b92c91a95e0ad929db0e0ca534e73 [file] [log] [blame]
{
"name": "OneTimePassword",
"version": "2.0.1",
"summary": "A small library for generating TOTP and HOTP one-time passwords.",
"homepage": "https://github.com/mattrubin/OneTimePassword",
"license": "MIT",
"authors": "Matt Rubin",
"platforms": {
"ios": "8.0"
},
"source": {
"git": "https://github.com/mattrubin/OneTimePassword.git",
"tag": "2.0.1"
},
"source_files": "Sources/*.{swift}",
"requires_arc": true,
"dependencies": {
"Base32": [
"~> 1.0.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/*/**.modulemap"
}