blob: ae75ae08462870ea85cc611d46f511445faa77e5 [file] [log] [blame]
{
"name": "ToolBox",
"version": "1.0.1",
"summary": "ToolBox is a toolbox ;)",
"description": "ToolBox is a swift toolbox",
"homepage": "https://github.com/nberthelot/",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Berthelot nicolas": "....."
},
"source": {
"git": "https://github.com/nberthelot/ToolBox.git",
"tag": "1.0.1"
},
"platforms": {
"ios": "10.0",
"tvos": "10.0"
},
"tvos": {
"source_files": [
"ToolBox/Classes/SharedUI/**/*",
"ToolBox/Classes/SharedPlatform/**/*"
]
},
"ios": {
"source_files": [
"ToolBox/Classes/iOS/**/*",
"ToolBox/Classes/SharedUI/**/*",
"ToolBox/Classes/SharedPlatform/**/*"
]
}
}