[Add] flutter_libmwc 0.0.3
[CocoaPods.git] / Specs / d / 2 / 0 / CGCommonTools / 1.0.3 / CGCommonTools.podspec.json
blob42bc20dc2289a2b8c705096b81368fe0bcef76b8
2   "name": "CGCommonTools",
3   "version": "1.0.3",
4   "summary": "一键封装开发基础工具类",
5   "description": "封装一些开发基础工具类,如base基类,常用类别以及网络请求封装",
6   "homepage": "https://github.com/chenhde/CGCommonTools",
7   "license": "MIT",
8   "authors": {
9     "Chenhde": "669775990@qq.com"
10   },
11   "source": {
12     "git": "https://github.com/chenhde/CGCommonTools.git",
13     "tag": "1.0.3"
14   },
15   "platforms": {
16     "ios": "10.0"
17   },
18   "ios": {
19     "frameworks": [
20       "Foundation",
21       "UIKit"
22     ]
23   },
24   "requires_arc": true,
25   "source_files": [
26     "CGCommonTools",
27     "CGCommonTools/*.{h,m}"
28   ]