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