[Add] BideaseConnect 1.0.79
[CocoaPods.git] / Specs / 9 / 6 / 2 / ObjectivePGP / 1.0 / ObjectivePGP.podspec.json
blobcb52746e7e3034fcbb11869f0d3a3318bb8c3106
2   "name": "ObjectivePGP",
3   "version": "1.0",
4   "summary": "OpenPGP for iOS and macOS",
5   "description": "Native OpenPGP (RFC 4880) implementation for iOS and macOS.",
6   "homepage": "http://objectivepgp.com",
7   "license": {
8     "type": "BSD for non-commercial use",
9     "file": "LICENSE.txt"
10   },
11   "source": {
12     "git": "https://github.com/krzyzanowskim/ObjectivePGP.git",
13     "tag": "1.0"
14   },
15   "authors": {
16     "Marcin Krzyzanowski": "marcin@krzyzanowskim.com"
17   },
18   "social_media_url": "https://twitter.com/krzyzanowskim",
19   "cocoapods_version": ">= 1.9",
20   "platforms": {
21     "ios": "12.0",
22     "osx": "10.15"
23   },
24   "vendored_frameworks": "Frameworks/ObjectivePGP.xcframework",
25   "pod_target_xcconfig": {
26     "OTHER_LDFLAGS": "-lObjC"
27   },
28   "weak_frameworks": "Security",
29   "libraries": [
30     "z",
31     "bz2"
32   ],
33   "requires_arc": true