[Add] MealziOSSDK 5.3.0
[CocoaPods.git] / Specs / d / 2 / 4 / TrustKit / 1.4.0 / TrustKit.podspec.json
blobc7379fff685967160051f48caabc4bfb8b0e8fda
2   "name": "TrustKit",
3   "version": "1.4.0",
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.0"
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   "public_header_files": [
31     "TrustKit/TrustKit.h",
32     "TrustKit/Pinning/TSKPinningValidator.h"
33   ],
34   "frameworks": [
35     "Foundation",
36     "Security"
37   ],
38   "requires_arc": true