[Add] AlibabacloudPolardbx20200202 2.0.0
[CocoaPods.git] / Specs / b / e / 5 / YSCategory / 0.0.2 / YSCategory.podspec.json
blob8d864baa26ad315b8a5703473fb6197c5406dbbd
2   "name": "YSCategory",
3   "summary": "A set of categorys to make iOS development easier.",
4   "version": "0.0.2",
5   "license": {
6     "type": "MIT",
7     "file": "LICENSE"
8   },
9   "authors": {
10     "yuanxd": "yuansir_ios@163.com"
11   },
12   "homepage": "https://github.com/yuansirios/YSCategory.git",
13   "platforms": {
14     "ios": "6.0"
15   },
16   "source": {
17     "git": "https://github.com/yuansirios/YSCategory.git",
18     "tag": "0.0.2"
19   },
20   "requires_arc": true,
21   "source_files": "YSCategory/**/*.{h,m}",
22   "public_header_files": "YSCategory/**/*.{h}",
23   "subspecs": [
24     {
25       "name": "Regex",
26       "source_files": "YSCategory/Classes/Regex/**/*.{h,m}"
27     },
28     {
29       "name": "CGRect",
30       "source_files": "YSCategory/Classes/CGRect/**/*.{h,m}"
31     },
32     {
33       "name": "NSString",
34       "source_files": "YSCategory/Classes/NSString/**/*.{h,m}"
35     }
36   ]