[Add] ThinkingDataCore 1.0.2
[CocoaPods.git] / Specs / 9 / 6 / 2 / ObjectivePGP / 0.99.2 / ObjectivePGP.podspec.json
blob52ef46a5732c45f51daac85f9225d843586821b0
2   "name": "ObjectivePGP",
3   "version": "0.99.2",
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.99.2"
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": "9.0",
22     "osx": "10.10"
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