blob: bbbc8548c78ff8d77af2ed3596a1de11448e15c3 [file] [log] [blame]
{
"name": "TrustKit",
"version": "1.6.4",
"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.6.4"
},
"platforms": {
"ios": "10.0",
"osx": "10.12",
"tvos": "10.0",
"watchos": "3.0"
},
"pod_target_xcconfig": {
"DEFINES_MODULE": "YES"
},
"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
}