[Add] YLProgressHUD 0.0.2
[CocoaPods.git] / Specs / d / 6 / f / Valet / 3.2.2 / Valet.podspec.json
bloba58b16f366180216bc99c92a9c1ec6a0e1142ba8
2   "name": "Valet",
3   "version": "3.2.2",
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.2"
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     "watchos": "2.0",
20     "osx": "10.11"
21   },
22   "tvos": {
23     "exclude_files": "Sources/SinglePromptSecureEnclaveValet.swift"
24   },
25   "watchos": {
26     "exclude_files": "Sources/SinglePromptSecureEnclaveValet.swift"
27   }