[Add] FaceSDKNightly 6.4.2314
[CocoaPods.git] / Specs / 7 / c / 5 / Director / 1.0.6 / Director.podspec.json
blob1d0c54f3f756d8e8765a633aa63c8f770b60add9
2   "name": "Director",
3   "version": "1.0.6",
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.6"
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   "subspecs": [
25     {
26       "name": "Core",
27       "source_files": "Director/Source/Core/**/*"
28     },
29     {
30       "name": "DI",
31       "source_files": "Director/Source/DI/**/*",
32       "dependencies": {
33         "Director/Core": [
35         ],
36         "Swinject": [
37           "~> 2.7.0"
38         ]
39       }
40     },
41     {
42       "name": "All",
43       "dependencies": {
44         "Director/Core": [
46         ],
47         "Director/DI": [
49         ]
50       }
51     }
52   ],
53   "swift_version": "5"