blob: 1181f82e814034fa0ed8e6cbe31b8f9154c17142 [file] [log] [blame]
{
"name": "CCNLaunchAtLoginItem",
"version": "0.1.0",
"summary": "Objective-C class for handling \"launch at login\".",
"description": "An Objective-C class that encapsulates the functionality for launching a Mac application automatic on login, presented in a very simple interface.",
"homepage": "https://github.com/phranck/CCNLaunchAtLoginItem",
"authors": {
"Frank Gregor": "phranck@cocoanaut.com"
},
"source": {
"git": "https://github.com/phranck/CCNLaunchAtLoginItem.git",
"tag": "0.1.0"
},
"platforms": {
"osx": "10.10"
},
"requires_arc": true,
"source_files": "*.{h,m}",
"license": {
"type": "MIT"
}
}