[Add] com-qqsdk-control-Tools 1.2.1
[CocoaPods.git] / Specs / e / a / 2 / CombineX / 0.3.2 / CombineX.podspec.json
blob3537b6fdf80ed1d68c9e0531011fc81957b02245
2   "name": "CombineX",
3   "version": "0.3.2",
4   "summary": "Open source implementation for Apple's Combine.",
5   "homepage": "https://github.com/cx-org/CombineX",
6   "license": {
7     "type": "MIT",
8     "file": "LICENSE"
9   },
10   "authors": {
11     "Quentin Jin": "luoxiustm@gmail.com",
12     "ddddxxx": "dengxiang2010@gmail.com"
13   },
14   "swift_versions": [
15     "5.0"
16   ],
17   "platforms": {
18     "osx": "10.10",
19     "ios": "8.0",
20     "tvos": "9.0",
21     "watchos": "2.0"
22   },
23   "source": {
24     "git": "https://github.com/cx-org/CombineX.git",
25     "tag": "0.3.2"
26   },
27   "default_subspecs": "Main",
28   "subspecs": [
29     {
30       "name": "CXLibc",
31       "source_files": "Sources/CXLibc/**/*.swift"
32     },
33     {
34       "name": "CXUtility",
35       "source_files": "Sources/CXUtility/**/*.swift"
36     },
37     {
38       "name": "CXNamespace",
39       "source_files": "Sources/CXNamespace/**/*.swift"
40     },
41     {
42       "name": "Main",
43       "source_files": "Sources/CombineX/**/*.swift",
44       "dependencies": {
45         "CombineX/CXLibc": [
47         ],
48         "CombineX/CXUtility": [
50         ],
51         "CombineX/CXNamespace": [
53         ]
54       }
55     },
56     {
57       "name": "CXFoundation",
58       "source_files": "Sources/CXFoundation/**/*.swift",
59       "dependencies": {
60         "CombineX/Main": [
62         ]
63       }
64     }
65   ],
66   "swift_version": "5.0"