blob: f6ede75e95dc703e4063dfece506479ea2336179 [file] [log] [blame]
{
"name": "ToolBox",
"version": "0.1.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": "0.1.1"
},
"platforms": {
"ios": "10.0",
"tvos": "10.0",
"osx": "10.10"
},
"osx": {
"source_files": [
"ToolBox/Classes/SharedPlatform/**/*"
]
},
"tvos": {
"source_files": [
"ToolBox/Classes/SharedUI/**/*",
"ToolBox/Classes/SharedPlatform/**/*"
]
},
"ios": {
"source_files": [
"ToolBox/Classes/iOS/**/*",
"ToolBox/Classes/SharedUI/**/*",
"ToolBox/Classes/SharedPlatform/**/*"
]
}
}