[Add] BideaseConnect 1.0.79
[CocoaPods.git] / Specs / 9 / 6 / 2 / ObjectivePGP / 0.3 / ObjectivePGP.podspec.json
bloba0c2158d80daf7e9478c8cbaef8db193cb1a8226
2   "name": "ObjectivePGP",
3   "version": "0.3",
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"
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   ]