[Add] PlayerUI 0.10.1
[CocoaPods.git] / Specs / d / 6 / f / Valet / 3.1.0 / Valet.podspec.json
blobfcb8b5140716b83f80ac9050d9a09d16a9c6d166
2   "name": "Valet",
3   "version": "3.1.0",
4   "license": "Apache License, Version 2.0",
5   "summary": "Valet lets you securely store data in the iOS or OS X 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.0"
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   "testspecs": [
21     {
22       "name": "Tests",
23       "test_type": "unit",
24       "ios": {
25         "requires_app_host": true,
26         "source_files": "Tests/**/*.{h,m,swift}",
27         "exclude_files": "Tests/MacTests.swift"
28       },
29       "tvos": {
30         "requires_app_host": true,
31         "source_files": "Tests/**/*.{h,m,swift}",
32         "exclude_files": [
33           "Tests/MacTests.swift",
34           "Tests/*BackwardsCompatibilityTests.swift"
35         ]
36       },
37       "osx": {
38         "source_files": "Tests/**/*.{h,m,swift}"
39       },
40       "pod_target_xcconfig": {
41         "SWIFT_OBJC_BRIDGING_HEADER": "${PODS_TARGET_SRCROOT}/Tests/ValetTests-Bridging-Header.h",
42         "CLANG_WARN_UNGUARDED_AVAILABILITY": "YES"
43       }
44     }
45   ]