[Add] YLProgressHUD 0.0.2
[CocoaPods.git] / Specs / d / 6 / f / Valet / 3.1.1 / Valet.podspec.json
blobf1cf17b374e116168912463d85f31a2b023e0377
2   "name": "Valet",
3   "version": "3.1.1",
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.1"
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   },
23   "testspecs": [
24     {
25       "name": "Tests",
26       "test_type": "unit",
27       "ios": {
28         "requires_app_host": true,
29         "source_files": "Tests/**/*.{h,m,swift}",
30         "exclude_files": "Tests/MacTests.swift"
31       },
32       "tvos": {
33         "requires_app_host": true,
34         "source_files": "Tests/**/*.{h,m,swift}",
35         "exclude_files": [
36           "Tests/MacTests.swift",
37           "Tests/*BackwardsCompatibilityTests.swift",
38           "Tests/SinglePromptSecureEnclaveTests.swift"
39         ]
40       },
41       "osx": {
42         "source_files": "Tests/**/*.{h,m,swift}"
43       },
44       "pod_target_xcconfig": {
45         "SWIFT_OBJC_BRIDGING_HEADER": "${PODS_TARGET_SRCROOT}/Tests/ValetTests-Bridging-Header.h",
46         "CLANG_WARN_UNGUARDED_AVAILABILITY": "YES"
47       }
48     }
49   ]