blob: cfc94634bb77d6f0a2536a2d7ac9197e3352aee3 [file] [log] [blame]
{
"name": "TrustKit",
"version": "1.4.2",
"summary": "TrustKit is an open source framework that makes it easy to deploy SSL pinning in any iOS, macOS, tvOS or watchOS App.",
"homepage": "https://datatheorem.github.io/TrustKit",
"documentation_url": "https://datatheorem.github.io/TrustKit/documentation/",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": [
"Alban Diquet",
"Angela Chow",
"Eric Castro"
],
"source": {
"git": "https://github.com/datatheorem/TrustKit.git",
"tag": "1.4.2"
},
"platforms": {
"ios": "7.0",
"osx": "10.9",
"tvos": "10.0",
"watchos": "3.0"
},
"source_files": [
"TrustKit",
"TrustKit/**/*.{h,m,c}"
],
"header_mappings_dir": "TrustKit",
"public_header_files": [
"TrustKit/TrustKit.h",
"TrustKit/TSKPinningValidator.h"
],
"frameworks": [
"Foundation",
"Security"
],
"requires_arc": true
}