[Add] BridgeKit 0.1.0
[CocoaPods.git] / Specs / 9 / 3 / 4 / DYFSwiftKeychain / 1.1.0 / DYFSwiftKeychain.podspec.json
blob395c39ade833c37dd2338ffc847930ea91c741b8
2   "name": "DYFSwiftKeychain",
3   "version": "1.1.0",
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/chenxing640/DYFSwiftKeychain",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "chenxing": "chenxing640g@foxmail.com"
13   },
14   "platforms": {
15     "ios": "8.0",
16     "osx": "10.10",
17     "watchos": "3.0",
18     "tvos": "9.0"
19   },
20   "source": {
21     "git": "https://github.com/chenxing640/DYFSwiftKeychain.git",
22     "tag": "1.1.0"
23   },
24   "source_files": "SwiftKeychain/*.swift",
25   "frameworks": "Security",
26   "swift_versions": [
27     "4.2",
28     "5.0"
29   ],
30   "requires_arc": true,
31   "swift_version": "5.0"