blob: 39666460bd2114e74fec5c78f90591871d5f4ed8 [file] [log] [blame]
{
"name": "ToolBox",
"version": "1.2.2",
"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.2.2"
},
"platforms": {
"ios": "10.0",
"tvos": "10.0"
},
"swift_versions": "5.0",
"tvos": {
"source_files": [
"ToolBox/Classes/SharedUI/**/*",
"ToolBox/Classes/SharedPlatform/**/*"
]
},
"ios": {
"source_files": [
"ToolBox/Classes/iOS/**/*",
"ToolBox/Classes/SharedUI/**/*",
"ToolBox/Classes/SharedPlatform/**/*"
]
}
}