[Add] ZJSDK 2.5.8.12
[CocoaPods.git] / Specs / 3 / 7 / 2 / CRDKeychain / 1.0.6 / CRDKeychain.podspec.json
blob7f75175ac41789d6ba1956c5d974b05bca394286
2   "name": "CRDKeychain",
3   "version": "1.0.6",
4   "summary": "Simple straightforward Swift-based keychain access framework for iOS, macOS, watchOS, and tvOS",
5   "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.",
6   "homepage": "https://github.com/cdisdero/CRDKeychain",
7   "license": "Apache License, Version 2.0",
8   "authors": {
9     "Christopher Disdero": "info@code.chrisdisdero.com"
10   },
11   "platforms": {
12     "ios": "9.0",
13     "osx": "10.11",
14     "watchos": "3.0",
15     "tvos": "9.0"
16   },
17   "source": {
18     "git": "https://github.com/cdisdero/CRDKeychain.git",
19     "tag": "1.0.6"
20   },
21   "source_files": "Shared/*.swift",
22   "pushed_with_swift_version": "3.0"