blob: 3a5f793e22571f8a619c0893460960b5c61a59b6 [file] [log] [blame]
{
"name": "KDFlexboxKit",
"version": "0.1.0",
"summary": "FlexboxKit is a Swift declarative UI framework supported by CSS flexbox.",
"description": "FlexboxKit is a Swift declarative UI framework supported by CSS flexbox. It makes the UI codes easier to write and maintain",
"homepage": "https://github.com/dai-jing/KDFlexboxKit",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"dai-jing": "kobedai24@gmail.com"
},
"source": {
"git": "https://github.com/dai-jing/KDFlexboxKit.git",
"tag": "0.1.0"
},
"platforms": {
"ios": "10.0"
},
"swift_versions": [
"4.0",
"4.2",
"5.0"
],
"libraries": "c++",
"source_files": "KDFlexboxKit/Classes/**/*",
"requires_arc": true,
"dependencies": {
"Yoga": [
"1.14.0"
],
"Kingfisher": [
]
},
"swift_version": "5.0"
}