blob: 8477c4d64663e01255a7809c7cb1b890dfac0740 [file] [log] [blame]
{
"name": "AdaptiveSpaceItem",
"version": "1.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/recisio/AdaptiveSpaceItem",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Recisio": "tom.baranes@gmail.com"
},
"source": {
"git": "https://github.com/recisio/AdaptiveSpaceItem.git",
"tag": "1.0"
},
"platforms": {
"ios": "8.0",
"tvos": "9.0",
"osx": "10.10"
},
"requires_arc": true,
"source_files": "Source/*.swift"
}