[Add] MentaKSAdapter 5.20.35
[CocoaPods.git] / Specs / 4 / 7 / b / DrFlexLayout-swift / 1.0.1 / DrFlexLayout-swift.podspec.json
blob97396c234eddcc33ec86c0a37a5448e37e9ca7b4
2   "name": "DrFlexLayout-swift",
3   "version": "1.0.1",
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.1"
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"