blob: bc2a59ccb03914de2456e86428b0bc119b6997c2 [file] [log] [blame]
{
"name": "Latch",
"version": "1.1.0",
"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"
},
"source": {
"git": "https://github.com/DanielTomlinson/Latch.git",
"tag": "1.1.0"
},
"source_files": [
"Classes",
"Latch/*.{h,swift}"
],
"frameworks": "Security"
}