[Add] AlibabacloudPolardbx20200202 2.0.0
[CocoaPods.git] / Specs / b / 5 / 9 / RITLKit / 1.3.2 / RITLKit.podspec.json
blobbcb178214233c4303553f37cb0530775241bcd4c
2   "name": "RITLKit",
3   "version": "1.3.2",
4   "summary": "The commonly Used Objective-C RITLKit.",
5   "homepage": "https://github.com/RITL/RITLKit",
6   "license": "MIT",
7   "authors": {
8     "Yuexiaowen": "yuexiaowen108@gmail.com"
9   },
10   "platforms": {
11     "ios": "8.0"
12   },
13   "source": {
14     "git": "https://github.com/RITL/RITLKit.git",
15     "tag": "1.3.2"
16   },
17   "source_files": "RITLKit/RITLKit.h",
18   "frameworks": [
19     "Foundation",
20     "UIKit",
21     "WebKit"
22   ],
23   "requires_arc": true,
24   "dependencies": {
25     "Masonry": [
27     ],
28     "RITLViewFrame": [
30     ]
31   },
32   "subspecs": [
33     {
34       "name": "Category",
35       "source_files": "RITLKit/Category/**/*.{h,m}",
36       "dependencies": {
37         "RITLKit/Utility": [
39         ]
40       }
41     },
42     {
43       "name": "ScrollPageController",
44       "source_files": "RITLKit/ScrollPageController/**/{RITLScrollPageViewController}.{h,m}",
45       "dependencies": {
46         "RITLKit/Category": [
48         ],
49         "RITLKit/Utility": [
51         ]
52       },
53       "subspecs": [
54         {
55           "name": "LLSegmentBar",
56           "source_files": "RITLKit/ScrollPageController/LLSegmentBar/**/*.{h,m}"
57         }
58       ]
59     },
60     {
61       "name": "Utility",
62       "source_files": "RITLKit/Utility/Utility/**/*.{h,m}",
63       "subspecs": [
64         {
65           "name": "Filter",
66           "source_files": "RITLKit/Utility/Filter/**/*.{h,m}"
67         },
68         {
69           "name": "DownLoader",
70           "source_files": "RITLKit/Utility/DownLoader/**/*.{h,m}"
71         },
72         {
73           "name": "Reachability",
74           "source_files": "RITLKit/Utility/Reachability/**/*.{h,m}"
75         }
76       ]
77     },
78     {
79       "name": "ImagePicker",
80       "source_files": "RITLKit/ImagePicker/**/*.{h,m}"
81     },
82     {
83       "name": "View",
84       "source_files": "RITLKit/View/**/*.{h,m}",
85       "dependencies": {
86         "RITLKit/Category": [
88         ],
89         "RITLKit/Utility": [
91         ]
92       }
93     },
94     {
95       "name": "Web",
96       "source_files": "RITLKit/Web/**/*.{h,m}",
97       "dependencies": {
98         "RITLKit/Category": [
100         ],
101         "RITLKit/Utility": [
103         ]
104       }
105     },
106     {
107       "name": "Deprecated",
108       "source_files": "RITLKit/Deprecated/**/*.{h,m}",
109       "dependencies": {
110         "RITLKit/Category": [
112         ],
113         "RITLKit/Utility": [
115         ]
116       }
117     }
118   ]