[Add] boost-iosx 1.85.0.1
[CocoaPods.git] / Specs / e / 4 / c / PMUIKit / 0.1.2 / PMUIKit.podspec.json
blob5af43b4fc353ce4df0025d8af743e849d3c74757
2   "name": "PMUIKit",
3   "version": "0.1.2",
4   "summary": "Framework that contains UIKit for integration with main app",
5   "homepage": "https://github.com/pperv/PMUIKit",
6   "authors": "Pervukhin Petr",
7   "platforms": {
8     "ios": "13.0"
9   },
10   "source": {
11     "git": "git@github.com:pperv/PMUIKit.git",
12     "tag": "0.1.2"
13   },
14   "license": {
15     "type": "MIT",
16     "file": "LICENSE"
17   },
18   "source_files": "PMUIKit/Sources/**/*.{swift}",
19   "frameworks": "UIKit",
20   "swift_versions": "5.0",
21   "dependencies": {
22     "SnapKit": [
24     ]
25   },
26   "subspecs": [
27     {
28       "name": "RxSwift",
29       "dependencies": {
30         "RxSwift": [
32         ],
33         "RxDataSources": [
35         ]
36       },
37       "source_files": [
38         "PMUIKit/Sources/Core/MVVMKit/*.{swift}",
39         "PMUIKit/Sources/Core/MVVMKit/Rx/*.{swift}"
40       ]
41     },
42     {
43       "name": "Bond",
44       "dependencies": {
45         "Bond": [
47         ]
48       },
49       "source_files": [
50         "PMUIKit/Sources/Core/MVVMKit/*.{swift}",
51         "PMUIKit/Sources/Core/MVVMKit/Bond/*.{swift}"
52       ]
53     }
54   ],
55   "swift_version": "5.0"