[Add] PlayerUI 0.10.1
[CocoaPods.git] / Specs / d / 6 / f / Valet / 3.1.3 / Valet.podspec.json
blob1bbf208303e2f9850e12d87709df66c0e5cd8064
2   "name": "Valet",
3   "version": "3.1.3",
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.3"
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   }