blob: f951532804a34b9e14835fe1a003b7b6a39d314b [file] [log] [blame]
{
"name": "TrustKit",
"version": "1.5.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.5.2"
},
"platforms": {
"ios": "8.0",
"osx": "10.10",
"tvos": "10.0",
"watchos": "3.0"
},
"source_files": [
"TrustKit",
"TrustKit/**/*.{h,m,c}"
],
"public_header_files": [
"TrustKit/TrustKit.h",
"TrustKit/TSKTrustKitConfig.h",
"TrustKit/TSKPinningValidator.h",
"TrustKit/TSKPinningValidatorCallback.h",
"TrustKit/TSKPinningValidatorResult.h",
"TrustKit/TSKTrustDecision.h"
],
"frameworks": [
"Foundation",
"Security"
],
"requires_arc": true
}