[Add] RongCloudRTC 5.12.0
[CocoaPods.git] / Specs / 4 / 7 / b / DrFlexLayout-swift / 1.1.2 / DrFlexLayout-swift.podspec.json
blobc5c860a116826514bd382aa0212ce67157254466
2   "name": "DrFlexLayout-swift",
3   "version": "1.1.2",
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.1.2"
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.1.2"
57         ]
58       }
59     }
60   ],
61   "swift_version": "5.0"