blob: d3f9cbc6b58d4630ab6e402fe0fc13705fa5f2ab [file] [log] [blame]
{
"name": "AdaptiveSpaceItem",
"version": "1.2.0",
"summary": "A NSToolbarItem which will create space to center the next toolbar item",
"description": "A NSToolbarItem sublclass which will create space to center the next toolbar item",
"homepage": "https://github.com/tbaranes/AdaptiveSpaceItem",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Tom Baranes": "tom.baranes@gmail.com"
},
"source": {
"git": "https://github.com/tbaranes/AdaptiveSpaceItem.git",
"tag": "1.2.0"
},
"platforms": {
"osx": "10.10"
},
"requires_arc": true,
"source_files": "Source/*.swift"
}