[Add] YLProgressHUD 0.0.2
[CocoaPods.git] / Specs / d / 6 / f / Valet / 3.1.4 / Valet.podspec.json
blobb9a3001d39f590140c7497828fc7b7dcb2b29cd1
2   "name": "Valet",
3   "version": "3.1.4",
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.4"
11   },
12   "swift_version": "4.0",
13   "source_files": "Sources/**/*.{swift,h}",
14   "public_header_files": "Sources/*.h",
15   "frameworks": "Security",
16   "platforms": {
17     "ios": "9.0",
18     "tvos": "9.0",
19     "osx": "10.11"
20   },
21   "tvos": {
22     "exclude_files": "Sources/SinglePromptSecureEnclaveValet.swift"
23   }