[Add] AlibabacloudMse20190531 6.13.0
[CocoaPods.git] / Specs / 6 / b / 8 / YZLComponentBasic / 1.0.0 / YZLComponentBasic.podspec.json
blobd16837c77a256ec90750be3408a37625f5213b7a
2   "name": "YZLComponentBasic",
3   "version": "1.0.0",
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.0"
19   },
20   "public_header_files": "Pod/Classes/Category/Foundation/CXFoundation.h",
21   "frameworks": [
22     "UIKit",
23     "Foundation"
24   ],
25   "deprecated": true,
26   "subspecs": [
27     {
28       "name": "Utils",
29       "source_files": "YZLComponentBasic/Classes/Utils/**/*.{h,m}"
30     },
31     {
32       "name": "Category",
33       "subspecs": [
34         {
35           "name": "Foundation",
36           "source_files": "YZLComponentBasic/Classes/Category/Foundation/**/*.{h,m}"
37         },
38         {
39           "name": "UIKit",
40           "source_files": "YZLComponentBasic/Classes/Category/UIKit/**/*.{h,m}"
41         }
42       ]
43     }
44   ]