[Add] AlibabacloudMse20190531 6.13.0
[CocoaPods.git] / Specs / 6 / b / 8 / YZLComponentBasic / 1.0.1 / YZLComponentBasic.podspec.json
blobe3f4331e2382dbcd52f4ddcea3a101b96762c2e5
2   "name": "YZLComponentBasic",
3   "version": "1.0.1",
4   "summary": "268 组件库---基础组件,由陈旭整理出版",
5   "description": "一常用的组件,分类等;",
6   "homepage": "https://gitee.com/BeiJingYiZhiLuKeJiYouXianGongSi/YZLComponentBasic",
7   "license": "MIT (LICENSE)",
8   "authors": {
9     "wangchunlong": "wangchunlong@268xue.com",
10     "chenxu": "chenxu@268xue.com",
11     "taorui": "taorui@268xue.com"
12   },
13   "platforms": {
14     "ios": "9.0"
15   },
16   "source": {
17     "git": "https://gitee.com/BeiJingYiZhiLuKeJiYouXianGongSi/YZLComponentBasic.git",
18     "tag": "1.0.1"
19   },
20   "public_header_files": "Pod/Classes/Category/Foundation/CXFoundation.h",
21   "frameworks": [
22     "UIKit",
23     "Foundation"
24   ],
25   "subspecs": [
26     {
27       "name": "Utils",
28       "source_files": "YZLComponentBasic/Classes/Utils/**/*.{h,m}"
29     },
30     {
31       "name": "Category",
32       "subspecs": [
33         {
34           "name": "Foundation",
35           "source_files": "YZLComponentBasic/Classes/Category/Foundation/**/*.{h,m}"
36         },
37         {
38           "name": "UIKit",
39           "source_files": "YZLComponentBasic/Classes/Category/UIKit/**/*.{h,m}"
40         }
41       ]
42     }
43   ]