blob: 55ef03c847a2639dd2cf1e23b541c08db4e9c3de [file] [log] [blame]
{
"name": "ObjectivePGP",
"version": "0.15.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.15.0"
},
"authors": {
"Marcin Krzyzanowski": "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
}