[Add] DSPSDK 1.0.1.8
[CocoaPods.git] / Specs / 4 / 3 / 8 / StarterPack / 0.1.6 / StarterPack.podspec.json
blob960366cad51b9f8d734e685a29a73fb34ea99caa
2   "name": "StarterPack",
3   "version": "0.1.6",
4   "summary": "Starter Package For New Projects",
5   "description": "This is a Starter Package that contain all neede frameworks as a base.\nlike Networking, Cashing, Extensions, etc",
6   "homepage": "https://github.com/allam40960@gmail.com/StarterPack",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Mahmoud Allam": "allam40960@gmail.com"
13   },
14   "source": {
15     "git": "git@github.com:Mahmoud3allam/StarterPack.git",
16     "tag": "0.1.6"
17   },
18   "platforms": {
19     "ios": "13.0"
20   },
21   "swift_versions": [
22     "5.0"
23   ],
24   "source_files": "StarterPack/Classes/**/*",
25   "default_subspecs": "Cashing",
26   "subspecs": [
27     {
28       "name": "Cashing",
29       "source_files": "StarterPack/Classes/Cashing/**/*"
30     },
31     {
32       "name": "StarterPack-Networking",
33       "source_files": "StarterPack/Classes/Networking/**/*"
34     },
35     {
36       "name": "StarterPack-Extensions",
37       "source_files": "StarterPack/Classes/Extensions/**/*"
38     },
39     {
40       "name": "StarterPack-Cashing",
41       "source_files": "StarterPack/Classes/Cashing/**/*"
42     }
43   ],
44   "swift_version": "5.0"