blob: 0dcdfabc3a777a8e3b33ec73778bdfbfe90f1344 [file] [log] [blame]
{
"name": "ZMKnife",
"version": "0.2.0",
"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.2.0"
},
"platforms": {
"ios": "9.0"
},
"requires_arc": true,
"source_files": "Source/*.swift",
"resource_bundles": {
"ZMKnife": [
"Assets.xcassets"
]
},
"dependencies": {
"SnapKit": [
],
"UITextView+Placeholder": [
]
}
}