[Add] RongCloudRTC 5.12.0
[CocoaPods.git] / Specs / 4 / 7 / b / DrFlexLayout-swift / 1.0.0 / DrFlexLayout-swift.podspec.json
blobf596d9e00c552fec6bde5839d43f455225ab7fa8
2   "name": "DrFlexLayout-swift",
3   "version": "1.0.0",
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.0.0"
21   },
22   "source_files": "DrFlexLayout/**/*.{h,m,swift,cpp}",
23   "public_header_files": [
24     "DrFlexLayout/src/yoga/{Yoga,YGEnums,YGMacros,YGValue}.h",
25     "DrFlexLayout/src/oc/{UIView+Yoga,YGLayout+Private,YGLayout}.h",
26     "DrFlexLayout/DrFlexLayout.h"
27   ],
28   "frameworks": [
29     "UIKit",
30     "CoreGraphics"
31   ],
32   "libraries": "c++",
33   "requires_arc": true,
34   "swift_version": "5.0"