blob: da43db0395c1a6b37e852c1ee18324e077cd1c81 [file] [log] [blame]
{
"name": "ObjectivePGP",
"version": "0.6",
"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"
},
"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"
]
}