[Add] ZJSDK 2.5.5.0
[CocoaPods.git] / Specs / 3 / 9 / 6 / WXCommonUtil / 2.0.0 / WXCommonUtil.podspec.json
blobe77577bb0ad7c42d561fde130f6a7f8152394f17
2   "name": "WXCommonUtil",
3   "version": "2.0.0",
4   "summary": "Some util methods",
5   "description": "工作时发现有很多方法常用也不难,但是每次都要重新写也麻烦,就打算写个工具类",
6   "homepage": "https://github.com/myWythe/WXCommonUtil",
7   "license": "MIT",
8   "authors": {
9     "Wythe": "mywythe@outlook.com"
10   },
11   "platforms": {
12     "ios": "7.0"
13   },
14   "source": {
15     "git": "https://github.com/myWythe/WXCommonUtil.git",
16     "tag": "2.0.0"
17   },
18   "source_files": "WXCommonUtil/Classes/**/*.{h,m}",
19   "frameworks": [
20     "UIKit",
21     "CoreGraphics",
22     "Foundation"
23   ]