blob: 2c591f4ce4bd679554a71846392d05762ef5759c [file] [log] [blame]
{
"name": "OTPKit",
"version": "0.1.6",
"summary": "Pure Swift implementations of one-time password algorithms.",
"description": "OTPKit is a Swift framework containing implementations of one-time password algorithms.",
"homepage": "https://github.com/chrisamanse/OTPKit",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Chris Amanse": "chris@chrisamanse.xyz"
},
"social_media_url": "http://twitter.com/ChrisAmanse",
"platforms": {
"ios": "9.0",
"osx": "10.10",
"watchos": "2.0",
"tvos": "10"
},
"source": {
"git": "https://github.com/chrisamanse/OTPKit.git",
"tag": "0.1.6"
},
"source_files": [
"Sources",
"Sources/**/*.{h,swift}"
],
"requires_arc": true,
"pod_target_xcconfig": {
"SWIFT_VERSION": "3.0"
},
"dependencies": {
"CryptoKit": [
"~> 0"
]
},
"pushed_with_swift_version": "3.0"
}