[Add] FaceSDKNightly 6.4.2314
[CocoaPods.git] / Specs / b / 3 / c / RGCategory / 0.0.5 / RGCategory.podspec.json
blobe4d545717758b969571ef934591469c196fd0089
2   "name": "RGCategory",
3   "version": "0.0.5",
4   "summary": "RGCategory",
5   "description": "常用分类",
6   "homepage": "https://github.com/iOSRG/RGCategory",
7   "license": "MIT",
8   "authors": {
9     "18607304107@163.com": "gui.ren@hand-china.com"
10   },
11   "source": {
12     "git": "https://github.com/iOSRG/RGCategory.git",
13     "tag": "0.0.5"
14   },
15   "platforms": {
16     "ios": "8.0"
17   },
18   "subspecs": [
19     {
20       "name": "CALayer",
21       "source_files": "RGCategory/Classes/CALayer/**/*"
22     },
23     {
24       "name": "NSArray",
25       "source_files": "RGCategory/Classes/NSArray/**/*"
26     },
27     {
28       "name": "NSAttributedString",
29       "source_files": "RGCategory/Classes/NSAttributedString/**/*"
30     },
31     {
32       "name": "NSDate",
33       "source_files": "RGCategory/Classes/NSDate/**/*"
34     },
35     {
36       "name": "NSObject",
37       "source_files": "RGCategory/Classes/NSObject/**/*"
38     },
39     {
40       "name": "NSString",
41       "source_files": "RGCategory/Classes/NSString/**/*"
42     },
43     {
44       "name": "RGView",
45       "source_files": "RGCategory/Classes/RGView/**/*"
46     },
47     {
48       "name": "UIcolor",
49       "source_files": "RGCategory/Classes/UIcolor/**/*"
50     },
51     {
52       "name": "UIFont",
53       "source_files": "RGCategory/Classes/UIFont/**/*"
54     },
55     {
56       "name": "UIImage",
57       "source_files": "RGCategory/Classes/UIImage/**/*"
58     },
59     {
60       "name": "UIView",
61       "source_files": "RGCategory/Classes/UIView/**/*"
62     }
63   ]