blob: cacb06ddfe3e74518dc395f603d726e9f9c1f878 [file] [log] [blame]
{
"name": "ZMKnife",
"version": "0.1.1",
"summary": "Some widgets I often used in projects",
"homepage": "https://github.com/nanjingboy/ZMKnife",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Tom.Huang": "hzlhu.dargon@gmail.com"
},
"source": {
"git": "https://github.com/nanjingboy/ZMKnife.git",
"tag": "0.1.1"
},
"platforms": {
"ios": "9.0"
},
"requires_arc": true,
"source_files": "Source/*.swift",
"resource_bundles": {
"ZMKnife": [
"Assets.xcassets"
]
},
"dependencies": {
"SnapKit": [
]
}
}