[Add] ZJSDK 2.5.5.0
[CocoaPods.git] / Specs / d / 2 / 4 / TrustKit / 1.2.0 / TrustKit.podspec.json
blob07b804247452cf41ac0bf54c18c155bff65c211f
2   "name": "TrustKit",
3   "version": "1.2.0",
4   "summary": "TrustKit is an open source framework that makes it easy to deploy SSL pinning in any iOS or OS X App.",
5   "homepage": "https://datatheorem.github.io/TrustKit",
6   "documentation_url": "https://datatheorem.github.io/TrustKit/documentation/",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": [
12     "Alban Diquet",
13     "Angela Chow",
14     "Eric Castro"
15   ],
16   "source": {
17     "git": "https://github.com/datatheorem/TrustKit.git",
18     "tag": "1.2.0"
19   },
20   "platforms": {
21     "ios": "7.0",
22     "osx": "10.9"
23   },
24   "source_files": [
25     "TrustKit",
26     "TrustKit/**/*.{h,m}"
27   ],
28   "public_header_files": [
29     "TrustKit/TrustKit.h",
30     "TrustKit/Pinning/TSKPinningValidator.h"
31   ],
32   "frameworks": [
33     "Foundation",
34     "Security"
35   ],
36   "ios": {
37     "vendored_libraries": "TrustKit/Dependencies/domain_registry/ios/*.a"
38   },
39   "osx": {
40     "vendored_libraries": "TrustKit/Dependencies/domain_registry/osx/*.a"
41   },
42   "requires_arc": true