blob: b920ec6ef349d9e7d778a6c5a239e470279210b0 [file] [log] [blame]
{
"name": "OneTimePassword",
"version": "2.0.0",
"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.0"
},
"source_files": "OneTimePassword/**/*.{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"
}