[Add] FaceSDKNightly 6.4.2314
[CocoaPods.git] / Specs / 2 / c / f / XCEExampled / 1.0.0 / XCEExampled.podspec.json
blob808b17ecfedc08929bb422324892e48006d7aef2
2   "name": "XCEExampled",
3   "summary": "Set of development time helpers for writing model-driven types.",
4   "version": "1.0.0",
5   "homepage": "https://XCEssentials.github.io/Exampled",
6   "source": {
7     "git": "https://github.com/XCEssentials/Exampled.git",
8     "tag": "1.0.0"
9   },
10   "platforms": {
11     "osx": "10.11",
12     "ios": "9.0"
13   },
14   "requires_arc": true,
15   "license": {
16     "type": "MIT",
17     "file": "LICENSE"
18   },
19   "authors": {
20     "Maxim Khatskevich": "maxim@khatskevi.ch"
21   },
22   "default_subspecs": "Core",
23   "pushed_with_swift_version": "3.1",
24   "subspecs": [
25     {
26       "name": "Core",
27       "platforms": {
28         "osx": "10.11",
29         "ios": "9.0"
30       },
31       "source_files": "Sources/Core/**/*.swift"
32     },
33     {
34       "name": "ModelDependable",
35       "platforms": {
36         "ios": "9.0"
37       },
38       "dependencies": {
39         "XCEExampled/Core": [
41         ],
42         "XCEModelDependable": [
43           "~> 1.0"
44         ]
45       },
46       "source_files": "Sources/ModelDependable/**/*.swift"
47     },
48     {
49       "name": "UniFlow",
50       "platforms": {
51         "ios": "9.0"
52       },
53       "dependencies": {
54         "XCEExampled/Core": [
56         ],
57         "XCEUniFlow": [
58           "~> 4.6"
59         ]
60       },
61       "source_files": "Sources/UniFlow/**/*.swift"
62     }
63   ]