blob: 96b5725a7d9cdd38068500dc635bd8728ee3e5fc [file] [log] [blame]
{
"name": "LetsMove",
"version": "1.23",
"summary": "Moves a running Mac application to the /Applications directory.",
"homepage": "https://github.com/potionfactory/LetsMove/",
"license": "Public Domain",
"authors": {
"Andy Kim": "andy@potionfactory.com"
},
"platforms": {
"osx": "10.6"
},
"source": {
"git": "https://github.com/potionfactory/LetsMove.git",
"tag": "v1.23"
},
"source_files": "*.{h,m}",
"exclude_files": [
"main.m",
"LetsMoveAppDelegate.{h,m}"
],
"public_header_files": "PFMoveApplication.h",
"resources": "*.lproj",
"requires_arc": false
}