[Add] AgoraRtcEngine_iOS_Preview 4.3.2.11-build.2
[CocoaPods.git] / Specs / 9 / 3 / 4 / DYFSwiftKeychain / 1.0.0 / DYFSwiftKeychain.podspec.json
blobf78b50ee4a17e6d03f2bc8d9af2e5dae683b5d72
2   "name": "DYFSwiftKeychain",
3   "version": "1.0.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/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.0"
22   },
23   "source_files": "SwiftKeychain/*.swift",
24   "frameworks": "Security",
25   "swift_versions": "5.0",
26   "requires_arc": true,
27   "swift_version": "5.0"