[Add] FaceSDKNightly 6.4.2326
[CocoaPods.git] / Specs / d / 2 / 4 / TrustKit / 3.0.4 / TrustKit.podspec.json
blob86bbfd64ee1cb4d2ed8b0511b1e0ee1db64c9520
2   "name": "TrustKit",
3   "version": "3.0.4",
4   "summary": "TrustKit is an open source framework that makes it easy to deploy SSL pinning in any iOS, macOS, tvOS or watchOS App.",
5   "homepage": "https://datatheorem.github.io/TrustKit",
6   "documentation_url": "https://datatheorem.github.io/TrustKit/documentation/",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": [
12     "Alban Diquet",
13     "Angela Chow",
14     "Eric Castro"
15   ],
16   "source": {
17     "git": "https://github.com/datatheorem/TrustKit.git",
18     "tag": "3.0.4"
19   },
20   "platforms": {
21     "ios": "12.0",
22     "osx": "10.13",
23     "tvos": "12.0",
24     "watchos": "4.0"
25   },
26   "pod_target_xcconfig": {
27     "DEFINES_MODULE": "YES"
28   },
29   "source_files": [
30     "TrustKit",
31     "TrustKit/**/*.{h,m,c}"
32   ],
33   "public_header_files": "TrustKit/public/*.h",
34   "resource_bundles": {
35     "TrustKit": "TrustKit/PrivacyInfo.xcprivacy"
36   },
37   "frameworks": [
38     "Foundation",
39     "Security"
40   ],
41   "requires_arc": true