[Add] TestFrameworkIos1 1.0.2
[CocoaPods.git] / Specs / d / 2 / 4 / TrustKit / 1.3.2 / TrustKit.podspec.json
blobeff919d4bce02c5af652813502c999ca949a73eb
2   "name": "TrustKit",
3   "version": "1.3.2",
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.3.2"
19   },
20   "platforms": {
21     "ios": "7.0",
22     "osx": "10.9"
23   },
24   "source_files": [
25     "TrustKit",
26     "TrustKit/**/*.{h,m}"
27   ],
28   "ios": {
29     "exclude_files": "TrustKit/Reporting/osx_vendor_id.{h,m}",
30     "vendored_libraries": "TrustKit/Dependencies/domain_registry/ios/*.a"
31   },
32   "public_header_files": [
33     "TrustKit/TrustKit.h",
34     "TrustKit/Pinning/TSKPinningValidator.h"
35   ],
36   "frameworks": [
37     "Foundation",
38     "Security"
39   ],
40   "osx": {
41     "vendored_libraries": "TrustKit/Dependencies/domain_registry/osx/*.a"
42   },
43   "requires_arc": true