[Add] ZCShareSDK 0.0.12
[CocoaPods.git] / Specs / b / 9 / 5 / KDFlexboxKit / 0.1.0 / KDFlexboxKit.podspec.json
blob3a5f793e22571f8a619c0893460960b5c61a59b6
2   "name": "KDFlexboxKit",
3   "version": "0.1.0",
4   "summary": "FlexboxKit is a Swift declarative UI framework supported by CSS flexbox.",
5   "description": "FlexboxKit is a Swift declarative UI framework supported by CSS flexbox. It makes the UI codes easier to write and maintain",
6   "homepage": "https://github.com/dai-jing/KDFlexboxKit",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "dai-jing": "kobedai24@gmail.com"
13   },
14   "source": {
15     "git": "https://github.com/dai-jing/KDFlexboxKit.git",
16     "tag": "0.1.0"
17   },
18   "platforms": {
19     "ios": "10.0"
20   },
21   "swift_versions": [
22     "4.0",
23     "4.2",
24     "5.0"
25   ],
26   "libraries": "c++",
27   "source_files": "KDFlexboxKit/Classes/**/*",
28   "requires_arc": true,
29   "dependencies": {
30     "Yoga": [
31       "1.14.0"
32     ],
33     "Kingfisher": [
35     ]
36   },
37   "swift_version": "5.0"