blob: 4732660d2c57e97257c9c532cd5148c58b2d301c [file] [log] [blame]
{
"name": "ObjectivePGP",
"version": "0.11.0",
"summary": "OpenPGP for iOS and macOS",
"description": "Native OpenPGP (RFC 4880) implementation for iOS and macOS.",
"homepage": "http://objectivepgp.com",
"license": {
"type": "BSD for non-commercial use",
"file": "LICENSE.txt"
},
"source": {
"git": "https://github.com/krzyzanowskim/ObjectivePGP.git",
"tag": "0.11.0"
},
"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
}