blob: c0208cd8a260db130e0486ad0af596352e0c4737 [file] [log] [blame]
{
"name": "TrustKit",
"version": "1.4.1",
"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.1"
},
"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
}