[Add] AlibabacloudEcs20140526 3.0.0
[CocoaPods.git] / Specs / 5 / 4 / 7 / CXModuleBasic / 0.1.1 / CXModuleBasic.podspec.json
blobc0f1b330cb2a200ff688f322495fa8eaef7b3900
2   "name": "CXModuleBasic",
3   "version": "0.1.1",
4   "summary": "基础组件",
5   "description": "基础组件 = 分类 + utils + 常量/宏定义",
6   "homepage": "https://gitee.com/chenxu007/CXModuleBasic",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "sunrisechen007": "chenxu@268xue.com"
13   },
14   "source": {
15     "git": "https://gitee.com/chenxu007/CXModuleBasic.git",
16     "tag": "0.1.1"
17   },
18   "platforms": {
19     "ios": "8.0"
20   },
21   "public_header_files": "Pod/Classes/Category/Foundation/CXFoundation.h",
22   "frameworks": [
23     "UIKit",
24     "Foundation"
25   ],
26   "subspecs": [
27     {
28       "name": "Utils",
29       "source_files": "CXModuleBasic/Classes/Utils/*"
30     },
31     {
32       "name": "Category",
33       "subspecs": [
34         {
35           "name": "Foundation",
36           "source_files": "CXModuleBasic/Classes/Category/Foundation/**/*"
37         },
38         {
39           "name": "UIKit",
40           "source_files": "CXModuleBasic/Classes/Category/UIKit/**/*"
41         }
42       ]
43     }
44   ]