blob: 4df23bf4c835d90af82f248a11ef034063a9c4ae [file] [log] [blame]
{
"name": "swift-minikit",
"version": "1.0.3",
"swift_version": "4.0",
"summary": "Swift 常用的一些工具或base类 封装成,组件化, miniKit.",
"description": "Swift 常用的一些工具或base类 封装成,组件化,方便新项目直接用,不用拖来拖去, miniKit.",
"homepage": "https://github.com/dongshangtong/swift-minikit",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"dongshangtong": "dongshangtong@gmail.com"
},
"platforms": {
"ios": "10.0"
},
"source": {
"git": "https://github.com/dongshangtong/swift-minikit.git",
"tag": "1.0.3"
},
"requires_arc": true,
"subspecs": [
{
"name": "MNBase",
"source_files": "minikit/MNBase/*.swift"
}
]
}