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