blob: 26f5bccce1a317a8db11a2789ae1dd270956b9ce [file] [log] [blame]
{
"name": "ObjectivePGP",
"version": "0.4.1",
"summary": "OpenPGP implementation for iOS and OSX",
"description": "ObjectivePGP is OpenPGP 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.4.1"
},
"authors": {
"Marcin Krzyżanowski": "marcin.krzyzanowski@hakore.com"
},
"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": [
">= 1.0.1.p"
]
},
"requires_arc": true,
"libraries": [
"z",
"bz2"
]
}