[Add] DocumentReaderFullStage 7.5.10940
[CocoaPods.git] / Specs / 8 / 4 / c / ToolBox / 0.3.1 / ToolBox.podspec.json
blob1ad4fb7bbdaaae0c162611a8eb36af80e65d2234
2   "name": "ToolBox",
3   "version": "0.3.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": "0.3.1"
17   },
18   "platforms": {
19     "ios": "10.0",
20     "tvos": "10.0",
21     "osx": "10.10"
22   },
23   "dependencies": {
24     "Alamofire": [
26     ]
27   },
28   "osx": {
29     "source_files": [
30       "ToolBox/Classes/SharedPlatform/**/*"
31     ]
32   },
33   "tvos": {
34     "source_files": [
35       "ToolBox/Classes/SharedUI/**/*",
36       "ToolBox/Classes/SharedPlatform/**/*"
37     ]
38   },
39   "ios": {
40     "source_files": [
41       "ToolBox/Classes/iOS/**/*",
42       "ToolBox/Classes/SharedUI/**/*",
43       "ToolBox/Classes/SharedPlatform/**/*"
44     ]
45   }