blob: 118817e38e8c7217eca960262b9053d619587f22 [file] [log] [blame]
{
"name": "OTPKit",
"version": "0.1.1",
"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.11",
"watchos": "2.0"
},
"source": {
"git": "https://github.com/chrisamanse/OTPKit.git",
"tag": "v0.1.1"
},
"source_files": [
"Sources",
"Sources/**/*.{h,swift}"
],
"requires_arc": true,
"pod_target_xcconfig": {
"SWIFT_VERSION": "3.0"
},
"dependencies": {
"CryptoKit": [
"~> 0"
]
}
}