[Add] CaptureSDK 1.9.83
[CocoaPods.git] / Specs / d / 6 / f / Valet / 3.1.2 / Valet.podspec.json
blobe811c975321c24299d44647b216b9406cd2b6ec9
2   "name": "Valet",
3   "version": "3.1.2",
4   "license": "Apache License, Version 2.0",
5   "summary": "Securely store data in the iOS, tvOS, or macOS Keychain 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.1.2"
11   },
12   "source_files": "Sources/**/*.{swift,h}",
13   "public_header_files": "Sources/*.h",
14   "frameworks": "Security",
15   "platforms": {
16     "ios": "9.0",
17     "tvos": "9.0",
18     "osx": "10.11"
19   },
20   "tvos": {
21     "exclude_files": "Sources/SinglePromptSecureEnclaveValet.swift"
22   }