[Add] Dalila 1.0.35
[CocoaPods.git] / Specs / 3 / 7 / 2 / CRDKeychain / 1.0.1 / CRDKeychain.podspec.json
blob283348f696d63a5c98dbc299eb8c25895e67d3ba
2   "name": "CRDKeychain",
3   "version": "1.0.1",
4   "summary": "Simple straightforward Swift-based keychain access framework for macOS and iOS",
5   "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.",
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   },
15   "source": {
16     "git": "https://github.com/cdisdero/CRDKeychain.git",
17     "tag": "1.0.1"
18   },
19   "source_files": "Shared/*.swift",
20   "pushed_with_swift_version": "3.0"