[Delete] FluentAdFlowAdsWidget 2.0.0
[CocoaPods.git] / Specs / 7 / 6 / 1 / KeychainStorage / 1.3 / KeychainStorage.podspec.json
blob44b5d79c546442b15958308a2662d90c51a524a2
2   "name": "KeychainStorage",
3   "platforms": {
4     "ios": "12.0"
5   },
6   "summary": "KeychainStorage is a simple wrapper for Keychain items. Use it to quickly save and retrieve sensitive information from Keychain.",
7   "requires_arc": true,
8   "version": "1.3",
9   "license": {
10     "type": "MIT",
11     "file": "LICENSE"
12   },
13   "authors": {
14     "Radu Dan": "contact@radude89.com"
15   },
16   "homepage": "https://github.com/radude89/KeychainStorage",
17   "source": {
18     "git": "https://github.com/radude89/KeychainStorage.git",
19     "tag": "1.3"
20   },
21   "source_files": "KeychainStorage/*.{swift}",
22   "swift_versions": "5.0",
23   "ios": {
24     "frameworks": "Security"
25   },
26   "swift_version": "5.0"