blob: 7c6af3464ea28141dc665f1d87a9848508ca8790 [file] [log] [blame]
{
"name": "TPCocoaGPG",
"version": "0.2.0",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"homepage": "https://github.com/pelletier/TPCocoaGPG",
"authors": {
"Thomas Pelletier": "pelletier.thomas@gmail.com"
},
"summary": "OpenGPG wrapper for Cocoa",
"source": {
"git": "https://github.com/pelletier/TPCocoaGPG.git",
"tag": "v0.2.0"
},
"platforms": {
"osx": "10.9"
},
"osx": {
"source_files": "TPCocoaGPG/*.{h,m}",
"public_header_files": "TPCocoaGPG/*.h"
}
}