blob: 87f3e24369fdad95b1f41ee450bbcbee5d3eabd6 [file] [log] [blame]
{
"name": "ObjectivePGP",
"version": "0.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.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"
}