blob: b2e3bc02962390367d9ec78007c0d0d29f412a43 [file] [log] [blame]
{
"name": "ObjectivePGP",
"version": "0.5",
"summary": "OpenPGP for iOS and OSX",
"description": "Native OpenPGP (RFC 4880) implementation for iOS and OSX.",
"homepage": "https://krzyzanowskim@bitbucket.org/krzyzanowskim/objectivepgp.git",
"license": {
"type": "BSD",
"file": "LICENSE.txt"
},
"source": {
"git": "https://github.com/krzyzanowskim/ObjectivePGP.git",
"tag": "0.5"
},
"authors": {
"Marcin Krzyżanowski": "marcin@krzyzanowskim.com"
},
"social_media_url": "https://twitter.com/krzyzanowskim",
"platforms": {
"ios": "6.0",
"osx": "10.9"
},
"ios": {
"header_dir": "ObjectivePGP"
},
"osx": {
"header_dir": "ObjectivePGP"
},
"source_files": "ObjectivePGP/*.{h,m}",
"public_header_files": "ObjectivePGP/*.h",
"dependencies": {
"OpenSSL-Universal": [
]
},
"requires_arc": true,
"libraries": [
"z",
"bz2"
]
}