[Add] MOBFoundation 20241206
[CocoaPods.git] / Specs / 8 / 4 / c / ToolBox / 0.3.2 / ToolBox.podspec.json
blobd431c11a2b06ab34b3626e4f2ae639cf0a018c34
2   "name": "ToolBox",
3   "version": "0.3.2",
4   "summary": "ToolBox is a toolbox ;)",
5   "description": "ToolBox is a swift toolbox",
6   "homepage": "https://github.com/nberthelot/",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Berthelot nicolas": "....."
13   },
14   "source": {
15     "git": "https://github.com/nberthelot/ToolBox.git",
16     "tag": "0.3.2"
17   },
18   "platforms": {
19     "ios": "10.0",
20     "tvos": "10.0"
21   },
22   "dependencies": {
23     "Alamofire": [
25     ]
26   },
27   "tvos": {
28     "source_files": [
29       "ToolBox/Classes/SharedUI/**/*",
30       "ToolBox/Classes/SharedPlatform/**/*"
31     ]
32   },
33   "ios": {
34     "source_files": [
35       "ToolBox/Classes/iOS/**/*",
36       "ToolBox/Classes/SharedUI/**/*",
37       "ToolBox/Classes/SharedPlatform/**/*"
38     ]
39   }