blob: f0c5d38d5271aeb77cf585fb84ec986cf086d7d7 [file] [log] [blame]
{
"name": "LetsMove",
"version": "1.20",
"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.20"
},
"source_files": "*.{h,m}",
"exclude_files": [
"main.m",
"LetsMoveAppDelegate.{h,m}"
],
"public_header_files": "PFMoveApplication.h",
"resources": "*.lproj",
"requires_arc": false
}