blob: 5856e10e1a53f0f185e87fe8b2196d8e8019599a [file] [log] [blame]
{
"name": "ObjectivePGP",
"version": "0.9.2",
"summary": "OpenPGP for iOS and macOS",
"description": "Native OpenPGP (RFC 4880) implementation for iOS and macOS.",
"homepage": "http://objectivepgp.com",
"license": {
"type": "BSD",
"file": "LICENSE.txt"
},
"source": {
"git": "https://github.com/krzyzanowskim/ObjectivePGP.git",
"tag": "0.9.2"
},
"authors": {
"Marcin Krzyżanowski": "marcin@krzyzanowskim.com"
},
"social_media_url": "https://twitter.com/krzyzanowskim",
"platforms": {
"ios": "8.0",
"osx": "10.9"
},
"ios": {
"vendored_frameworks": "Frameworks/ios/ObjectivePGP.framework"
},
"osx": {
"vendored_frameworks": "Frameworks/macosx/ObjectivePGP.framework"
},
"pod_target_xcconfig": {
"OTHER_LDFLAGS": "-lObjC"
},
"weak_frameworks": "Security",
"libraries": [
"z",
"bz2"
],
"requires_arc": true
}