[Add] MapboxCommon 24.10.0-daily-2024-12-30-04-26
[CocoaPods.git] / Specs / 9 / 6 / 2 / ObjectivePGP / 0.3.2 / ObjectivePGP.podspec.json
blob9c56f4e4ba4643828b35908994d724e32f7dd7c8
2   "name": "ObjectivePGP",
3   "version": "0.3.2",
4   "summary": "OpenPGP implementation for iOS and OSX",
5   "description": "ObjectivePGP is OpenPGP implementation for iOS and OSX.",
6   "homepage": "https://github.com/krzyzanowskim/ObjectivePGP",
7   "license": {
8     "type": "Attribution License",
9     "file": "LICENSE.txt"
10   },
11   "source": {
12     "git": "https://github.com/krzyzanowskim/ObjectivePGP.git",
13     "tag": "0.3.2"
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     "source_files": "lib-ios/include/ObjectivePGP/**/*.h",
24     "public_header_files": "lib-ios/include/ObjectivePGP/**/*.h",
25     "header_dir": "ObjectivePGP",
26     "preserve_paths": "lib-ios/libObjectivePGP.a",
27     "vendored_libraries": "lib-ios/libObjectivePGP.a"
28   },
29   "osx": {
30     "source_files": "lib-osx/include/ObjectivePGP/**/*.h",
31     "public_header_files": "lib-osx/include/ObjectivePGP/**/*.h",
32     "header_dir": "ObjectivePGP",
33     "preserve_paths": "lib-osx/libObjectivePGP.a",
34     "vendored_libraries": "lib-osx/libObjectivePGP.a"
35   },
36   "libraries": [
37     "ObjectivePGP",
38     "z",
39     "bz2"
40   ]