[Add] MapboxCommon 24.10.0-daily-2024-12-30-04-26
[CocoaPods.git] / Specs / 3 / 7 / 2 / CRDKeychain / 1.0.7 / CRDKeychain.podspec.json
blob5e102a8a11364d9bbec9fb01303a8bcdf95b7684
2   "name": "CRDKeychain",
3   "swift_version": "4.2",
4   "version": "1.0.7",
5   "summary": "Simple straightforward Swift-based keychain access framework for iOS, macOS, watchOS, and tvOS",
6   "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.",
7   "homepage": "https://github.com/cdisdero/CRDKeychain",
8   "license": "Apache License, Version 2.0",
9   "authors": {
10     "Christopher Disdero": "info@code.chrisdisdero.com"
11   },
12   "platforms": {
13     "ios": "9.0",
14     "osx": "10.12",
15     "watchos": "3.0",
16     "tvos": "9.0"
17   },
18   "source": {
19     "git": "https://github.com/cdisdero/CRDKeychain.git",
20     "tag": "1.0.7"
21   },
22   "source_files": "Shared/*.swift",
23   "ios": {
24     "source_files": "CRDKeychainMobile/*.h"
25   },
26   "osx": {
27     "source_files": "CRDKeychainMac/*.h"
28   },
29   "watchos": {
30     "source_files": "CRDKeychainWatch/*.h"
31   },
32   "tvos": {
33     "source_files": "CRDKeychainTV/*.h"
34   }