blob: 1979ff6d2969fc92b2d1d3f8ae49b49092c9c3ac [file] [log] [blame]
{
"name": "WXCommonUtil",
"version": "1.0.0",
"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.0"
},
"source_files": "Classes/**/*.{h,m}",
"exclude_files": "Classes/Exclude",
"frameworks": [
"UIKit",
"CoreGraphics",
"Foundation"
]
}