[Add] YLCategory-MacOS 1.1.3
[CocoaPods.git] / Specs / 9 / 3 / 4 / DYFSwiftKeychain / 1.2.0 / DYFSwiftKeychain.podspec.json
blob463d0bb2d2e78e5073fb01f6a936d439bc16e247
2   "name": "DYFSwiftKeychain",
3   "version": "1.2.0",
4   "summary": "[Swift] A library for storing text and data in Keychain.",
5   "description": "TODU: [Swift] This library is used to store text and data in Keychain securely for iOS, OS X, tvOS and watchOS.",
6   "homepage": "https://github.com/itenfay/DYFSwiftKeychain",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Tenfay": "itenfay@163.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/itenfay/DYFSwiftKeychain.git",
22     "tag": "1.2.0"
23   },
24   "source_files": "SwiftKeychain/*.swift",
25   "frameworks": "Security",
26   "swift_versions": "5.0",
27   "requires_arc": true,
28   "swift_version": "5.0"