[Add] BideaseConnect 1.0.79
[CocoaPods.git] / Specs / 9 / 6 / 2 / ObjectivePGP / 0.4.1 / ObjectivePGP.podspec.json
blob26f5bccce1a317a8db11a2789ae1dd270956b9ce
2   "name": "ObjectivePGP",
3   "version": "0.4.1",
4   "summary": "OpenPGP implementation for iOS and OSX",
5   "description": "ObjectivePGP is OpenPGP implementation for iOS and OSX.",
6   "homepage": "https://krzyzanowskim@bitbucket.org/krzyzanowskim/objectivepgp.git",
7   "license": {
8     "type": "BSD",
9     "file": "LICENSE.txt"
10   },
11   "source": {
12     "git": "https://github.com/krzyzanowskim/ObjectivePGP.git",
13     "tag": "0.4.1"
14   },
15   "authors": {
16     "Marcin Krzyżanowski": "marcin.krzyzanowski@hakore.com"
17   },
18   "platforms": {
19     "ios": "6.0",
20     "osx": "10.9"
21   },
22   "ios": {
23     "header_dir": "ObjectivePGP"
24   },
25   "osx": {
26     "header_dir": "ObjectivePGP"
27   },
28   "source_files": "ObjectivePGP/*.{h,m}",
29   "public_header_files": "ObjectivePGP/*.h",
30   "dependencies": {
31     "OpenSSL-Universal": [
32       ">= 1.0.1.p"
33     ]
34   },
35   "requires_arc": true,
36   "libraries": [
37     "z",
38     "bz2"
39   ]