[Add] ZJSDK 2.5.4.14
[CocoaPods.git] / Specs / d / 6 / f / Valet / 4.1.0 / Valet.podspec.json
blob9601506a82b88a7d15492eb7b667f1ce8fdd4e92
2   "name": "Valet",
3   "version": "4.1.0",
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": "4.1.0"
11   },
12   "swift_versions": "5.0",
13   "source_files": "Sources/Valet/**/*.{swift,h}",
14   "public_header_files": "Sources/Valet/*.h",
15   "frameworks": "Security",
16   "platforms": {
17     "ios": "9.0",
18     "tvos": "9.0",
19     "watchos": "2.0",
20     "osx": "10.11"
21   },
22   "tvos": {
23     "exclude_files": "Sources/Valet/SinglePromptSecureEnclaveValet.swift"
24   },
25   "watchos": {
26     "exclude_files": "Sources/Valet/SinglePromptSecureEnclaveValet.swift"
27   },
28   "swift_version": "5.0"