blob: a876562bbc609182b5f1f1c7b02ff428f94693ca [file] [log] [blame]
{
"name": "Latch",
"version": "1.2.1",
"summary": "A simple Swift Keychain Wrapper for iOS",
"homepage": "https://github.com/DanielTomlinson/Latch",
"documentation_url": "https://danieltomlinson.github.io/Latch",
"license": "MIT",
"authors": {
"Daniel Tomlinson": "Dan@Tomlinson.io"
},
"social_media_url": "http://twitter.com/dantoml",
"platforms": {
"ios": "8.0",
"watchos": "2.0",
"osx": "10.9"
},
"source": {
"git": "https://github.com/DanielTomlinson/Latch.git",
"tag": "1.2.1"
},
"source_files": [
"Classes",
"Latch/*.{h,swift}"
],
"frameworks": "Security"
}