blob: 96b6f8fb6a53fb4e8192761d7ef4a531bd873984 [file] [log] [blame]
{
"name": "NXKit",
"version": "0.9.0",
"summary": "NXKit is a Swift UI framework for iOS.",
"description": "NXKit is a Swift UI framework for iOS.",
"homepage": "https://github.com/niegaotao/NXKit",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"niegaotao": "niegaotao@163.com"
},
"source": {
"git": "git@github.com:niegaotao/NXKit.git",
"tag": "0.9.0"
},
"platforms": {
"ios": "9.0"
},
"swift_versions": "5.0",
"source_files": "NXKit/Classes/**/*",
"resource_bundles": {
"NXKit": [
"NXKit/Assets/*.png"
]
},
"frameworks": [
"UIKit",
"Foundation"
],
"swift_version": "5.0"
}