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