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