blob: 9bcdcb9b1f933c2eb455f6118d5d4e9bdddad87e [file] [log] [blame]
{
"name": "ToolBox",
"version": "0.3.0",
"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.3.0"
},
"platforms": {
"ios": "10.0",
"tvos": "10.0",
"osx": "10.10"
},
"dependencies": {
"Alamofire": [
]
},
"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/**/*"
]
}
}