[Add] BideaseConnect 1.0.79
[CocoaPods.git] / Specs / 9 / 6 / 2 / ObjectivePGP / 0.10.0 / ObjectivePGP.podspec.json
blob27e4ea489f019e1739faf47bd2a813c42f8288bc
2   "name": "ObjectivePGP",
3   "version": "0.10.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": "0.10.0"
14   },
15   "authors": {
16     "Marcin Krzyżanowski": "marcin@krzyzanowskim.com"
17   },
18   "social_media_url": "https://twitter.com/krzyzanowskim",
19   "platforms": {
20     "ios": "8.0",
21     "osx": "10.9"
22   },
23   "ios": {
24     "vendored_frameworks": "Frameworks/ios/ObjectivePGP.framework"
25   },
26   "osx": {
27     "vendored_frameworks": "Frameworks/macosx/ObjectivePGP.framework"
28   },
29   "pod_target_xcconfig": {
30     "OTHER_LDFLAGS": "-lObjC"
31   },
32   "weak_frameworks": "Security",
33   "libraries": [
34     "z",
35     "bz2"
36   ],
37   "requires_arc": true