[Add] jionews-shortssdk-cocoapod 2.1.5
[CocoaPods.git] / Specs / 7 / c / 5 / Director / 1.0.3 / Director.podspec.json
blob247f4c5d328d20284ef90a408127a0fe85ec02e0
2   "name": "Director",
3   "version": "1.0.3",
4   "summary": "Lightweight Swift coordinator library.",
5   "description": "Director is a lightweight Swift coordinator library for iOS.\nLights, cameras, navigation.",
6   "homepage": "https://github.com/mitchtreece/Director",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Mitch Treece": "mitchtreece@me.com"
13   },
14   "source": {
15     "git": "https://github.com/mitchtreece/Director.git",
16     "tag": "1.0.3"
17   },
18   "social_media_url": "https://twitter.com/mitchtreece",
19   "swift_versions": "5",
20   "platforms": {
21     "ios": "11.0"
22   },
23   "default_subspecs": "Core",
24   "swift_version": "5",
25   "subspecs": [
26     {
27       "name": "Core",
28       "source_files": "Director/Source/Core/**/*"
29     },
30     {
31       "name": "DI",
32       "source_files": "Director/Source/DI/**/*",
33       "dependencies": {
34         "Director/Core": [
36         ],
37         "Swinject": [
38           "~> 2.6.0"
39         ]
40       }
41     },
42     {
43       "name": "All",
44       "dependencies": {
45         "Director/Core": [
47         ],
48         "Director/DI": [
50         ]
51       }
52     }
53   ]