[Add] FlexaScan 1.0.9
[CocoaPods.git] / Specs / d / 2 / 0 / CGCommonTools / 2.0.3 / CGCommonTools.podspec.json
blobcae9012846c22254142c6c5ae8baa6246d2503c2
2   "name": "CGCommonTools",
3   "version": "2.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": "2.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   ],
29   "subspecs": [
30     {
31       "name": "Base",
32       "source_files": "CGCommonTools/Base/*.{h,m}"
33     },
34     {
35       "name": "Categories",
36       "source_files": "CGCommonTools/Categories/**/*.{h,m}"
37     }
38   ]