blob: 2272d0f9a87c2cb9af72787243acf68b7db247cb [file] [log] [blame]
{
"name": "TrustKit",
"version": "1.1.3",
"summary": "TrustKit is an open source framework that makes it easy to deploy SSL pinning in any iOS or OS X 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.1.3"
},
"platforms": {
"ios": "7.0",
"osx": "10.9"
},
"source_files": [
"TrustKit",
"TrustKit/**/*.{h,m}",
"TrustKit/Dependencies/fishhook/*.{h,c}"
],
"public_header_files": [
"TrustKit/TrustKit.h",
"TrustKit/Pinning/TSKPinVerifier.h"
],
"frameworks": [
"Foundation",
"Security"
],
"vendored_libraries": "TrustKit/Dependencies/domain_registry/*.a",
"requires_arc": true
}