[Add] YLProgressHUD 0.0.2
[CocoaPods.git] / Specs / d / 6 / f / Valet / 3.0.1 / Valet.podspec.json
blob8cf20e721492e8fbc3f89c9d3c3012fe5ff4d0b0
2   "name": "Valet",
3   "version": "3.0.1",
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.0.1"
11   },
12   "source_files": "Sources/**/*.{swift,h}",
13   "public_header_files": "Sources/*.h",
14   "frameworks": "Security",
15   "platforms": {
16     "ios": "9.0",
17     "osx": "10.11"
18   },
19   "testspecs": [
20     {
21       "name": "Tests",
22       "test_type": "unit",
23       "ios": {
24         "requires_app_host": true,
25         "source_files": "Tests/**/*.{h,m,swift}",
26         "exclude_files": "Tests/MacTests.swift"
27       },
28       "osx": {
29         "source_files": "Tests/**/*.{h,m,swift}"
30       },
31       "pod_target_xcconfig": {
32         "SWIFT_OBJC_BRIDGING_HEADER": "${PODS_TARGET_SRCROOT}/Tests/ValetTests-Bridging-Header.h",
33         "CLANG_WARN_UNGUARDED_AVAILABILITY": "YES"
34       }
35     }
36   ]