[Add] APSDKMediationMintegral 0.0.19
[CocoaPods.git] / Specs / b / 6 / a / UNNetPGP / 0.8 / UNNetPGP.podspec.json
blob164843dfe9263cb9997c49827ac93c95a4ed1c32
2   "name": "UNNetPGP",
3   "version": "0.8",
4   "platforms": {
5     "ios": "6.0",
6     "osx": "10.8"
7   },
8   "license": {
9     "type": "Apache License, Version 2.0",
10     "file": "Licence.txt"
11   },
12   "summary": "Objective-C OpenPGP framework built on foundation of NetPGP library",
13   "description": "NetPGP is a standards-compliant library and suite of utilities providing digital signature and verification functionality, as well as data encryption and decryption, using RSA and DSA/Elgamal keys.",
14   "homepage": "http://www.netpgp.com",
15   "authors": {
16     "Marcin Krzyżanowski": "marcin.krzyzanowski@hakore.com",
17     "Nominet UK": "http://www.nic.uk"
18   },
19   "source": {
20     "git": "https://github.com/upnext/unnetpgp.git",
21     "tag": "v0.8"
22   },
23   "requires_arc": true,
24   "dependencies": {
25     "OpenSSL": [
27     ]
28   },
29   "libraries": [
30     "bz2",
31     "z"
32   ],
33   "source_files": [
34     "netpgp/lib/*.{h,c}",
35     "netpgp/*.{h,m}",
36     "netpgp/fmemopen/*.{h,c}"
37   ],
38   "public_header_files": [
39     "netpgp/lib/netpgp.h",
40     "netpgp/UNNetPGP.h"
41   ],
42   "deprecated": true