[Add] DemoTestFramework 1.0.7
[CocoaPods.git] / Specs / 7 / b / 8 / StackUI / 0.0.10 / StackUI.podspec.json
blob76ac334cb7b719149e8916a1da2f05d2280733e8
2   "name": "StackUI",
3   "version": "0.0.10",
4   "summary": "StackUI just like SwiftUI",
5   "homepage": "https://github.com/pujiaxin33/StackUI",
6   "authors": {
7     "pujiaxin33": "317437084@qq.com"
8   },
9   "platforms": {
10     "ios": "9.0"
11   },
12   "swift_versions": [
13     "5.4"
14   ],
15   "source": {
16     "git": "https://github.com/pujiaxin33/StackUI.git",
17     "tag": "0.0.10"
18   },
19   "license": "MIT",
20   "default_subspecs": "Core",
21   "subspecs": [
22     {
23       "name": "Core",
24       "source_files": "Sources/Core/*.swift"
25     },
26     {
27       "name": "RxSwift",
28       "source_files": "Sources/RxSwift/*.swift",
29       "dependencies": {
30         "StackUI/Core": [
32         ],
33         "RxSwift": [
35         ],
36         "RxCocoa": [
38         ]
39       }
40     }
41   ],
42   "swift_version": "5.4"