blob: e8289ceeaaf998945fad2b13c1b415dd827f0ca5 [file] [log] [blame]
{
"name": "CRDKeychain",
"version": "1.0",
"summary": "Simple straightforward Swift-based keychain access framework for macOS and iOS",
"description": "I recently had a need to create a way to access the macOS and iOS keychain from within a Swift-based app I was developing. Although there are several extensive libraries out there for this very purpose, I found that they were pretty complex and involved a lot of code. I needed something that was small and compact and easy to add to any project. I decided to create my own as a framework that will work in both macOS and iOS projects.",
"homepage": "https://github.com/cdisdero/CRDKeychain",
"license": "Apache License, Version 2.0",
"authors": {
"Christopher Disdero": "info@code.chrisdisdero.com"
},
"platforms": {
"ios": "9.0",
"osx": "10.11"
},
"source": {
"git": "https://github.com/cdisdero/CRDKeychain.git",
"tag": "1.0"
},
"source_files": "Shared/*.swift",
"pushed_with_swift_version": "3.0"
}