[Add] LiteRTSwift 0.0.1-nightly.20241212
[CocoaPods.git] / Specs / c / b / 2 / SwiftKeychain / 1.0.0 / SwiftKeychain.podspec.json
bloba01b053a7e621d2accd74195d274b2ef6275b2f5
2   "name": "SwiftKeychain",
3   "version": "1.0.0",
4   "summary": "Swift wrapper for working with the Keychain API implemented with Protocol Oriented Programming.",
5   "description": "Swift wrapper for working with the Keychain API implemented with Protocol Oriented Programming with support for iOS, OSX, watchOS and tvOS.",
6   "homepage": "https://github.com/yankodimitrov/SwiftKeychain",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE.txt"
10   },
11   "authors": {
12     "Yanko Dimitrov": "yanko@yankodimitrov.com"
13   },
14   "social_media_url": "https://twitter.com/_yankodimitrov",
15   "platforms": {
16     "ios": "8.0",
17     "osx": "10.10",
18     "watchos": "2.0",
19     "tvos": "9.0"
20   },
21   "source": {
22     "git": "https://github.com/yankodimitrov/SwiftKeychain.git",
23     "tag": "v1.0.0"
24   },
25   "source_files": "Keychain/Keychain.swift",
26   "frameworks": "Security",
27   "requires_arc": true