[Add] FaceSDKNightly 6.4.2314
[CocoaPods.git] / Specs / b / d / 3 / EasyKits / 0.6.5 / EasyKits.podspec.json
blob2d3717fc277a5709ce73b9d64b371a8bffc58afe
2   "name": "EasyKits",
3   "version": "0.6.5",
4   "summary": "使用简单的工具集合",
5   "description": "开源日常开发中常用的简单工具,目标-使用简单,后续不断完善",
6   "homepage": "https://github.com/MengLiMing/EasyKits",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "MengLiMing": "920459250@qq.com"
13   },
14   "source": {
15     "git": "https://github.com/MengLiMing/EasyKits.git",
16     "tag": "0.6.5"
17   },
18   "platforms": {
19     "ios": "10.0"
20   },
21   "swift_versions": "5.0",
22   "frameworks": "UIKit",
23   "subspecs": [
24     {
25       "name": "EasyPopup",
26       "dependencies": {
27         "SnapKit": [
29         ]
30       },
31       "source_files": "Sources/EasyPopup/*.swift"
32     },
33     {
34       "name": "EasyResponder",
35       "source_files": "Sources/EasyResponder/*.swift"
36     },
37     {
38       "name": "EasyListView",
39       "source_files": "Sources/EasyListView/**/*"
40     },
41     {
42       "name": "EasySyncScroll",
43       "dependencies": {
44         "RxSwift": [
46         ],
47         "RxCocoa": [
49         ]
50       },
51       "source_files": "Sources/EasySyncScroll/*.swift",
52       "frameworks": "WebKit"
53     },
54     {
55       "name": "EasyCarouseView",
56       "dependencies": {
57         "RxSwift": [
59         ],
60         "RxCocoa": [
62         ]
63       },
64       "source_files": "Sources/EasyCarouseView/*.swift"
65     },
66     {
67       "name": "EasySegmentedView",
68       "source_files": "Sources/EasySegmentedView/**/*"
69     },
70     {
71       "name": "EasyPagingContainerView",
72       "source_files": "Sources/EasyPagingContainerView/*.swift"
73     },
74     {
75       "name": "EasyExtension",
76       "dependencies": {
77         "RxSwift": [
79         ],
80         "RxCocoa": [
82         ]
83       },
84       "source_files": "Sources/EasyExtension/**/*"
85     },
86     {
87       "name": "EasyIGListKit",
88       "dependencies": {
89         "RxSwift": [
91         ],
92         "RxCocoa": [
94         ],
95         "IGListKit": [
97         ],
98         "Then": [
100         ],
101         "SnapKit": [
103         ],
104         "EasyKits/EasyResponder": [
106         ],
107         "EasyKits/EasyExtension": [
109         ],
110         "EasyKits/EasySyncScroll": [
112         ]
113       },
114       "source_files": "Sources/EasyIGListKit/**/*"
115     },
116     {
117       "name": "EasyMediator",
118       "dependencies": {
119         "EasyKits/EasyExtension": [
121         ]
122       },
123       "source_files": "Sources/EasyMediator/**/*"
124     },
125     {
126       "name": "EasyPermission",
127       "subspecs": [
128         {
129           "name": "Core",
130           "source_files": "Sources/EasyPermission/Core/*.swift"
131         },
132         {
133           "name": "EasyCamera",
134           "source_files": "Sources/EasyPermission/EasyCamera/*.swift",
135           "dependencies": {
136             "EasyKits/EasyPermission/Core": [
138             ]
139           },
140           "pod_target_xcconfig": {
141             "SWIFT_ACTIVE_COMPILATION_CONDITIONS": "PERMISSION_EASYCAMERA"
142           }
143         },
144         {
145           "name": "EasyLocation",
146           "source_files": "Sources/EasyPermission/EasyLocation/*.swift",
147           "dependencies": {
148             "EasyKits/EasyPermission/Core": [
150             ]
151           },
152           "pod_target_xcconfig": {
153             "SWIFT_ACTIVE_COMPILATION_CONDITIONS": "PERMISSION_EASYLOCATION"
154           }
155         },
156         {
157           "name": "EasyMicrophone",
158           "source_files": "Sources/EasyPermission/EasyMicrophone/*.swift",
159           "dependencies": {
160             "EasyKits/EasyPermission/Core": [
162             ]
163           },
164           "pod_target_xcconfig": {
165             "SWIFT_ACTIVE_COMPILATION_CONDITIONS": "PERMISSION_EASYMICROPHONE"
166           }
167         },
168         {
169           "name": "EasyNotification",
170           "source_files": "Sources/EasyPermission/EasyNotification/*.swift",
171           "dependencies": {
172             "EasyKits/EasyPermission/Core": [
174             ]
175           },
176           "pod_target_xcconfig": {
177             "SWIFT_ACTIVE_COMPILATION_CONDITIONS": "PERMISSION_EASYNOTIFICATION"
178           }
179         },
180         {
181           "name": "EasyPhoto",
182           "dependencies": {
183             "EasyKits/EasyPermission/Core": [
185             ]
186           },
187           "source_files": "Sources/EasyPermission/EasyPhoto/*.swift",
188           "pod_target_xcconfig": {
189             "SWIFT_ACTIVE_COMPILATION_CONDITIONS": "PERMISSION_EASYPHOTO"
190           }
191         },
192         {
193           "name": "EasyBluetooth",
194           "dependencies": {
195             "EasyKits/EasyPermission/Core": [
197             ]
198           },
199           "source_files": "Sources/EasyPermission/EasyBluetooth/*.swift",
200           "pod_target_xcconfig": {
201             "SWIFT_ACTIVE_COMPILATION_CONDITIONS": "PERMISSION_EASYBLUETOOTH"
202           }
203         },
204         {
205           "name": "EasyPermissionRx",
206           "dependencies": {
207             "RxSwift": [
209             ],
210             "RxCocoa": [
212             ],
213             "EasyKits/EasyPermission/Core": [
215             ]
216           },
217           "source_files": "Sources/EasyPermission/Rx/*.swift"
218         }
219       ]
220     }
221   ],
222   "swift_version": "5.0"