blob: bda9df20c456a4a3f2ad9d0f3e4c5a8765dfd84d [file] [log] [blame]
{
"name": "OneTimePassword",
"version": "2.1.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",
"watchos": "2.0"
},
"source": {
"git": "https://github.com/mattrubin/OneTimePassword.git",
"tag": "2.1.1"
},
"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",
"pushed_with_swift_version": "2.3"
}