[Add] DocumentReaderFullStage 7.5.10940
[CocoaPods.git] / Specs / 1 / 3 / d / YXCategoryGroup / 0.1.3 / YXCategoryGroup.podspec.json
blob4c55d428c1a3773956a8baa233267efa3c8b88d5
2   "name": "YXCategoryGroup",
3   "version": "0.1.3",
4   "summary": "基础数据类型的分类集合",
5   "description": "this project provide all kinds of categories for iOS developer",
6   "homepage": "https://github.com/yaohongxiao49/YXCategoryGroup",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "JustBeliever": "617146817@qq.com"
13   },
14   "platforms": {
15     "ios": "10.0"
16   },
17   "source": {
18     "git": "https://github.com/yaohongxiao49/YXCategoryGroup.git",
19     "tag": "0.1.3"
20   },
21   "source_files": "YXCategoryGroupTest/**/*.{h,m}",
22   "private_header_files": "YXCategoryGroupTest/*.(h,m)",
23   "exclude_files": "Classes/Exclude",
24   "requires_arc": true,
25   "subspecs": [
26     {
27       "name": "YXCategorys",
28       "source_files": "YXCategoryGroupTest/YXCategorys/**/*.{h,m}",
29       "public_header_files": "YXCategoryGroupTest/YXCategorys/**/*.h"
30     },
31     {
32       "name": "YXTools",
33       "source_files": "YXCategoryGroupTest/YXTools/**/*.{h,m}",
34       "public_header_files": "YXCategoryGroupTest/YXTools/**/*.h"
35     }
36   ]