[Add] ThinkingDataCore 1.0.2
[CocoaPods.git] / Specs / 9 / 6 / 2 / ObjectivePGP / 0.5 / ObjectivePGP.podspec.json
blobb2e3bc02962390367d9ec78007c0d0d29f412a43
2   "name": "ObjectivePGP",
3   "version": "0.5",
4   "summary": "OpenPGP for iOS and OSX",
5   "description": "Native OpenPGP (RFC 4880) 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.5"
14   },
15   "authors": {
16     "Marcin Krzyżanowski": "marcin@krzyzanowskim.com"
17   },
18   "social_media_url": "https://twitter.com/krzyzanowskim",
19   "platforms": {
20     "ios": "6.0",
21     "osx": "10.9"
22   },
23   "ios": {
24     "header_dir": "ObjectivePGP"
25   },
26   "osx": {
27     "header_dir": "ObjectivePGP"
28   },
29   "source_files": "ObjectivePGP/*.{h,m}",
30   "public_header_files": "ObjectivePGP/*.h",
31   "dependencies": {
32     "OpenSSL-Universal": [
34     ]
35   },
36   "requires_arc": true,
37   "libraries": [
38     "z",
39     "bz2"
40   ]