blob: 65d6e3133f84de4d5a3db3f845f2ee88af74dcfd [file] [log] [blame]
{
"name": "ObjectivePGP",
"version": "0.2.1",
"summary": "OpenPGP implementation for iOS and OSX",
"description": "ObjectivePGP is OpenPGP implementation for iOS and OSX.",
"homepage": "https://github.com/krzyzanowskim/ObjectivePGP",
"license": {
"type": "Attribution License",
"file": "LICENSE.txt"
},
"source": {
"git": "https://github.com/krzyzanowskim/ObjectivePGP.git",
"tag": "0.2.1"
},
"authors": {
"Marcin Krzyżanowski": "marcin.krzyzanowski@hakore.com"
},
"platforms": {
"ios": "6.0",
"osx": "10.9"
},
"ios": {
"source_files": "lib-ios/include/ObjectivePGP/**/*.h",
"public_header_files": "lib-ios/include/ObjectivePGP/**/*.h",
"header_dir": "ObjectivePGP",
"preserve_paths": "lib-ios/libObjectivePGP.a",
"vendored_libraries": "lib-ios/libObjectivePGP.a"
},
"osx": {
"source_files": "lib-osx/include/ObjectivePGP/**/*.h",
"public_header_files": "lib-osx/include/ObjectivePGP/**/*.h",
"header_dir": "ObjectivePGP",
"preserve_paths": "lib-osx/libObjectivePGP.a",
"vendored_libraries": "lib-osx/libObjectivePGP.a"
},
"libraries": "ObjectivePGP"
}