blob: f6735e9a7b737357263b88703b285ad7ee6da48d [file] [log] [blame]
{
"name": "ObjectivePGP",
"version": "0.6.1",
"summary": "OpenPGP for iOS and macOS",
"description": "Native OpenPGP (RFC 4880) implementation for iOS and macOS.",
"homepage": "https://github.com/krzyzanowskim/ObjectivePGP",
"license": {
"type": "BSD",
"file": "LICENSE.txt"
},
"source": {
"git": "https://github.com/krzyzanowskim/ObjectivePGP.git",
"tag": "0.6.1"
},
"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"
},
"weak_frameworks": "Security",
"requires_arc": true,
"pod_target_xcconfig": {
"OTHER_LDFLAGS": "-lObjC"
},
"libraries": [
"z",
"bz2"
]
}