[Add] DSPSDK 1.0.1.8
[CocoaPods.git] / Specs / d / 2 / 9 / CertificatePinner / 1.0.0 / CertificatePinner.podspec.json
blob989572c8d4ff51ffbff617feacc9ffb95e35fe6f
2   "name": "CertificatePinner",
3   "version": "1.0.0",
4   "summary": "CertificatePinner is a helper library for SSL pinning written in swift.",
5   "description": "CertificatePinner provides an elegant way for certificate pinning (for now only public key pinning) in order to prevent man-in-the-middle attack.",
6   "homepage": "https://github.com/micho233/certificate-pinner",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Mirsad Arslanovic": "mirsad.arslanovic@gmail.com"
13   },
14   "source": {
15     "git": "https://github.com/micho233/certificate-pinner.git",
16     "tag": "1.0.0"
17   },
18   "social_media_url": "https://twitter.com/Hepek233",
19   "platforms": {
20     "ios": "10.0"
21   },
22   "source_files": "Sources/**/*"