[Add] RDLiquidSpreadButton 1.0
[CocoaPods.git] / Specs / d / 6 / f / Valet / 3.2.8 / Valet.podspec.json
blob77df73615e4ee4fd99a389f86f5a9f20f5205a0a
2   "name": "Valet",
3   "version": "3.2.8",
4   "license": "Apache License, Version 2.0",
5   "summary": "Securely store data on iOS, tvOS, watchOS, or macOS without knowing a thing about how the Keychain works. It's easy. We promise.",
6   "homepage": "https://github.com/square/Valet",
7   "authors": "Square",
8   "source": {
9     "git": "https://github.com/square/Valet.git",
10     "tag": "3.2.8"
11   },
12   "swift_versions": [
13     "4.0",
14     "4.1",
15     "4.2",
16     "5.0"
17   ],
18   "source_files": "Sources/Valet/**/*.{swift,h}",
19   "public_header_files": "Sources/Valet/*.h",
20   "frameworks": "Security",
21   "platforms": {
22     "ios": "9.0",
23     "tvos": "9.0",
24     "watchos": "2.0",
25     "osx": "10.11"
26   },
27   "tvos": {
28     "exclude_files": "Sources/Valet/SinglePromptSecureEnclaveValet.swift"
29   },
30   "watchos": {
31     "exclude_files": "Sources/Valet/SinglePromptSecureEnclaveValet.swift"
32   },
33   "swift_version": "5.0"