[Add] FaceSDKNightly 6.4.2314
[CocoaPods.git] / Specs / b / 3 / c / RGCategory / 0.1.2 / RGCategory.podspec.json
bloba59d9eda6362adfece60d784ae40b31ac1d46977
2   "name": "RGCategory",
3   "version": "0.1.2",
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.1.2"
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       "dependencies": {
39         "SDWebImage": [
40           ">= 5.1.0"
41         ]
42       }
43     },
44     {
45       "name": "NSString",
46       "source_files": "RGCategory/Classes/NSString/**/*"
47     },
48     {
49       "name": "RGView",
50       "source_files": "RGCategory/Classes/RGView/**/*"
51     },
52     {
53       "name": "UIcolor",
54       "source_files": "RGCategory/Classes/UIcolor/**/*"
55     },
56     {
57       "name": "UIFont",
58       "source_files": "RGCategory/Classes/UIFont/**/*"
59     },
60     {
61       "name": "UIImage",
62       "source_files": "RGCategory/Classes/UIImage/**/*"
63     },
64     {
65       "name": "UIView",
66       "source_files": "RGCategory/Classes/UIView/**/*"
67     },
68     {
69       "name": "Extension_MAS",
70       "source_files": "RGCategory/Classes/Extension_MAS/**/*",
71       "dependencies": {
72         "Masonry": [
73           ">= 1.1.0"
74         ]
75       }
76     },
77     {
78       "name": "UIAlertView",
79       "source_files": "RGCategory/Classes/UIAlertView/**/*"
80     },
81     {
82       "name": "UIDevice",
83       "source_files": "RGCategory/Classes/UIDevice/**/*",
84       "dependencies": {
85         "SSKeychain": [
86           ">= 1.2.3"
87         ]
88       }
89     }
90   ]