[Add] PayUIndia-Networking 5.0.1
[CocoaPods.git] / Specs / 8 / 4 / c / ToolBox / 1.0.0 / ToolBox.podspec.json
blobedf5847212652a9ba8fc002ce4c001b6c894aade
2   "name": "ToolBox",
3   "version": "1.0.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.0.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   }