blob: cf4c9bf2d52f7d505696dc22914e1350b310cdf5 [file] [log] [blame]
{
"name": "CRDKeychain",
"swift_versions": "5.0",
"version": "1.0.8",
"summary": "Simple straightforward Swift-based keychain access framework for iOS, macOS, watchOS, and tvOS",
"description": "I recently had a need to create a way to access the Apple keychain from within a Swift-based app I was developing. Although there are several comprehensive libraries out there for this very purpose, I found that they were fairly complex and involved a lot of code. I needed something that was small and compact and easy to add to any project, just by dropping in a few files. I decided to create my own as a cocoa framework and cocoapod that will work with a consistent interface across iOS, macOS, watchOS, and tvOS Swift-based 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.12",
"watchos": "3.0",
"tvos": "9.0"
},
"source": {
"git": "https://github.com/cdisdero/CRDKeychain.git",
"tag": "1.0.8"
},
"source_files": "Shared/*.swift",
"ios": {
"source_files": "CRDKeychainMobile/*.h"
},
"osx": {
"source_files": "CRDKeychainMac/*.h"
},
"watchos": {
"source_files": "CRDKeychainWatch/*.h"
},
"tvos": {
"source_files": "CRDKeychainTV/*.h"
}
}