[Add] TensorFlowLiteObjC 0.0.1-nightly.20241221
[CocoaPods.git] / Specs / 4 / 7 / b / DrFlexLayout-swift / 1.2.3 / DrFlexLayout-swift.podspec.json
blob580f07a1fa109540d09c0993026b362cbfc704cf
2   "name": "DrFlexLayout-swift",
3   "version": "1.2.3",
4   "summary": "This is a layout framework based on yoga package.",
5   "description": "This is a layout framework based on yoga package, it is easy to use flex layout, and implements some encapsulation of UITableView, UIScrollView. You can also customize the appearance of UIView, including: shadows, rounded corners, gradients, and borders.",
6   "homepage": "https://github.com/githubzb/DrFlexLayout-swift",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "zhangbao": "1126976340@qq.com"
13   },
14   "platforms": {
15     "ios": "10.0"
16   },
17   "swift_versions": "5.0",
18   "source": {
19     "git": "https://github.com/githubzb/DrFlexLayout-swift.git",
20     "tag": "1.2.3"
21   },
22   "frameworks": [
23     "UIKit",
24     "CoreGraphics"
25   ],
26   "libraries": "c++",
27   "requires_arc": true,
28   "default_subspecs": "Core",
29   "subspecs": [
30     {
31       "name": "Core",
32       "platforms": {
33         "ios": "10.0"
34       },
35       "source_files": "DrFlexLayout/src/core/**/*.{h,m,swift,cpp}",
36       "public_header_files": [
37         "DrFlexLayout/src/core/yoga/{Yoga,YGEnums,YGMacros,YGValue}.h",
38         "DrFlexLayout/src/core/oc/{UIView+Yoga,YGLayout+Private,YGLayout}.h",
39         "DrFlexLayout/DrFlexLayout.h"
40       ]
41     },
42     {
43       "name": "rx",
44       "platforms": {
45         "ios": "10.0"
46       },
47       "source_files": "DrFlexLayout/src/rx/**/*.{swift}",
48       "dependencies": {
49         "RxSwift": [
50           "~> 6.5.0"
51         ],
52         "RxCocoa": [
53           "~> 6.5.0"
54         ],
55         "DrFlexLayout-swift/Core": [
56           "1.2.3"
57         ]
58       }
59     },
60     {
61       "name": "components",
62       "platforms": {
63         "ios": "10.0"
64       },
65       "source_files": "DrFlexLayout/src/components/**/*.{swift}",
66       "dependencies": {
67         "DrFlexLayout-swift/Core": [
68           "1.2.3"
69         ]
70       }
71     }
72   ],
73   "swift_version": "5.0"