blob: 5b12080b86ce1d3554178da37ab38f0a2de19712 [file] [log] [blame]
{
"name": "WYDevToolKitiOS",
"version": "0.2.2",
"license": "MIT",
"summary": "iOS开发基础工具集成",
"description": "# 使用方法\n```\npod 'WYDevToolKitiOS'\n```\n```\n$ pod install\n```\n\n直接导入即可\n```\n#import <WYDevToolKitiOS/WYDevToolKit.h>\n```",
"homepage": "https://github.com/WangYyyyy/WYDevToolKitiOS",
"source": {
"git": "https://github.com/WangYyyyy/WYDevToolKitiOS.git",
"tag": "0.2.2"
},
"source_files": "WYDevToolKit/**/*.{h,m}",
"requires_arc": true,
"platforms": {
"ios": "8.0"
},
"frameworks": [
"UIKit",
"Foundation"
],
"authors": {
"wangyu": "5877156@qq.com"
}
}