[Add] YLProgressHUD 0.0.2
[CocoaPods.git] / Specs / d / 2 / 4 / TrustKit / 1.1.2 / TrustKit.podspec.json
blob2be28b13850da31739e04f995edaa9f1d9eafe87
2   "name": "TrustKit",
3   "version": "1.1.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.1.2"
19   },
20   "platforms": {
21     "ios": "7.0",
22     "osx": "10.9"
23   },
24   "source_files": [
25     "TrustKit",
26     "TrustKit/**/*.{h,m}",
27     "TrustKit/Dependencies/fishhook/*.{h,c}"
28   ],
29   "public_header_files": [
30     "TrustKit/TrustKit.h",
31     "TrustKit/Pinning/TSKPinVerifier.h"
32   ],
33   "frameworks": [
34     "Foundation",
35     "Security"
36   ],
37   "vendored_libraries": "TrustKit/Dependencies/domain_registry/*.a",
38   "requires_arc": true