[Add] TestFrameworkIos1 1.0.2
[CocoaPods.git] / Specs / d / 2 / 4 / TrustKit / 1.6.1 / TrustKit.podspec.json
blob3c9daa88ff97ac480800a6679d5b68c4de86711c
2   "name": "TrustKit",
3   "version": "1.6.1",
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": "1.6.1"
19   },
20   "platforms": {
21     "ios": "10.0",
22     "osx": "10.12",
23     "tvos": "10.0",
24     "watchos": "3.0"
25   },
26   "source_files": [
27     "TrustKit",
28     "TrustKit/**/*.{h,m,c}"
29   ],
30   "public_header_files": [
31     "TrustKit/TrustKit.h",
32     "TrustKit/TSKTrustKitConfig.h",
33     "TrustKit/TSKPinningValidator.h",
34     "TrustKit/TSKPinningValidatorCallback.h",
35     "TrustKit/TSKPinningValidatorResult.h",
36     "TrustKit/TSKTrustDecision.h"
37   ],
38   "frameworks": [
39     "Foundation",
40     "Security"
41   ],
42   "requires_arc": true