blob: e77577bb0ad7c42d561fde130f6a7f8152394f17 [file] [log] [blame]
{
"name": "WXCommonUtil",
"version": "2.0.0",
"summary": "Some util methods",
"description": "工作时发现有很多方法常用也不难,但是每次都要重新写也麻烦,就打算写个工具类",
"homepage": "https://github.com/myWythe/WXCommonUtil",
"license": "MIT",
"authors": {
"Wythe": "mywythe@outlook.com"
},
"platforms": {
"ios": "7.0"
},
"source": {
"git": "https://github.com/myWythe/WXCommonUtil.git",
"tag": "2.0.0"
},
"source_files": "WXCommonUtil/Classes/**/*.{h,m}",
"frameworks": [
"UIKit",
"CoreGraphics",
"Foundation"
]
}