[Add] com-qqsdk-control-Tools 1.2.1
[CocoaPods.git] / Specs / e / a / 2 / CombineX / 0.4.0 / CombineX.podspec.json
blob8f1134aa6322d22924120544e26127164e907cdb
2   "name": "CombineX",
3   "version": "0.4.0",
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.4.0"
26   },
27   "default_subspecs": "Main",
28   "subspecs": [
29     {
30       "name": "CXUtility",
31       "source_files": "Sources/CXUtility/**/*.swift"
32     },
33     {
34       "name": "Main",
35       "source_files": "Sources/CombineX/**/*.swift",
36       "dependencies": {
37         "CombineX/CXUtility": [
39         ]
40       }
41     },
42     {
43       "name": "CXFoundation",
44       "source_files": "Sources/CXFoundation/**/*.swift",
45       "dependencies": {
46         "CombineX/Main": [
48         ]
49       }
50     }
51   ],
52   "swift_version": "5.0"