blob: 9cd7c135bd706276e5238467e36ca758697d6ad5 [file] [log] [blame]
{
"name": "XYWKit",
"version": "0.0.1",
"summary": "薛永伟自用工具包",
"description": "日常工作中抽象出来供其他项目使用的工具包,对YYKit通用情况之外一些特殊需求的补充。",
"homepage": "https://github.com/xueyongwei/XYWKit",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"xueyongwei": "xueyongwei@foxmail.com"
},
"platforms": {
"ios": "8.0"
},
"source": {
"git": "https://github.com/xueyongwei/XYWKit.git",
"tag": "0.0.1"
},
"source_files": "XYWKit/*.swift",
"frameworks": [
"UIKit",
"Foundation"
],
"requires_arc": true,
"pushed_with_swift_version": "3.0"
}