[Delete] DSPSDK 1.0.0.3
[CocoaPods.git] / Specs / 8 / 4 / c / ToolBox / 1.1.0 / ToolBox.podspec.json
blob3f4b3cd117da7818743489658c6a1ff0d8e7d99e
2   "name": "ToolBox",
3   "version": "1.1.0",
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": "1.1.0"
17   },
18   "platforms": {
19     "ios": "10.0",
20     "tvos": "10.0"
21   },
22   "tvos": {
23     "source_files": [
24       "ToolBox/Classes/SharedUI/**/*",
25       "ToolBox/Classes/SharedPlatform/**/*"
26     ]
27   },
28   "ios": {
29     "source_files": [
30       "ToolBox/Classes/iOS/**/*",
31       "ToolBox/Classes/SharedUI/**/*",
32       "ToolBox/Classes/SharedPlatform/**/*"
33     ]
34   }