2 "name": "ObjectivePGP",
4 "summary": "OpenPGP implementation for iOS and OSX",
5 "description": "ObjectivePGP is OpenPGP implementation for iOS and OSX.",
6 "homepage": "https://github.com/krzyzanowskim/ObjectivePGP",
8 "type": "Attribution License",
12 "git": "https://github.com/krzyzanowskim/ObjectivePGP.git",
16 "Marcin Krzyżanowski": "marcin.krzyzanowski@hakore.com"
23 "source_files": "lib-ios/include/ObjectivePGP/**/*.h",
24 "public_header_files": "lib-ios/include/ObjectivePGP/**/*.h",
25 "header_dir": "ObjectivePGP",
26 "preserve_paths": "lib-ios/libObjectivePGP.a",
27 "vendored_libraries": "lib-ios/libObjectivePGP.a"
30 "source_files": "lib-osx/include/ObjectivePGP/**/*.h",
31 "public_header_files": "lib-osx/include/ObjectivePGP/**/*.h",
32 "header_dir": "ObjectivePGP",
33 "preserve_paths": "lib-osx/libObjectivePGP.a",
34 "vendored_libraries": "lib-osx/libObjectivePGP.a"