[Add] BridgeKit 0.1.0
[CocoaPods.git] / Specs / 9 / 3 / 4 / DYFSwiftKeychain / 1.0.1 / DYFSwiftKeychain.podspec.json
blob370d5389ed5f4332013ac1f09fdc5e040b31d56d
2   "name": "DYFSwiftKeychain",
3   "version": "1.0.1",
4   "summary": "A library for storing text and data in Keychain. (Swift)",
5   "description": "This library is used to store text and data in Keychain securely for iOS, OS X, tvOS and watchOS. (Swift)",
6   "homepage": "https://github.com/dgynfi/DYFSwiftKeychain",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "dyf": "vinphy.teng@foxmail.com"
13   },
14   "platforms": {
15     "ios": "8.0",
16     "watchos": "3.0",
17     "tvos": "9.0"
18   },
19   "source": {
20     "git": "https://github.com/dgynfi/DYFSwiftKeychain.git",
21     "tag": "1.0.1"
22   },
23   "source_files": "SwiftKeychain/*.swift",
24   "frameworks": "Security",
25   "swift_versions": "5.0",
26   "requires_arc": true,
27   "swift_version": "5.0"