将framework提交至cocoapods工作记录

将framework提交至cocoapods工作记录

========================

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
zhangsaidong@zhangsaidongs-MacBook-Pro InterfaceKit % git add .
zhangsaidong@zhangsaidongs-MacBook-Pro InterfaceKit % git commit -m "Initial release of InterfaceKit"
[master (root-commit) a1942f6] Initial release of InterfaceKit
155 files changed, 21738 insertions(+)
create mode 100644 .github/ISSUE_TEMPLATE.md
create mode 100644 .github/Pull_request_template.md
create mode 100644 .github/workflows/podspecs.yml
create mode 100644 .github/workflows/tests.yml
create mode 100644 .gitignore
create mode 100644 .jazzy.yaml
create mode 100644 .ruby-gemset
create mode 100644 .ruby-version
create mode 100644 .swift-version
create mode 100644 .swiftformat
create mode 100644 .swiftlint.yml
create mode 100644 .swiftpm/xcode/package.xcworkspace/contents.xcworkspacedata
create mode 100644 .swiftpm/xcode/package.xcworkspace/xcshareddata/IDEWorkspaceChecks.plist
create mode 100644 CHANGELOG.md
create mode 100644 CHANGELOG.zh-Hans.md
create mode 100644 CONTRIBUTING.md
create mode 100644 CONTRIBUTING.zh-Hans.md
create mode 100644 CartfileExample/Cartfile
create mode 100644 Code of Conduct.md
create mode 100644 Code of Conduct.zh-Hans.md
create mode 100644 Docs/Structs.html
create mode 100644 Docs/Structs/InterfaceView.html
create mode 100644 Docs/Structs/InterfaceViewController.html
create mode 100644 Docs/Structs/NSInterfaceView.html
create mode 100644 Docs/Structs/NSInterfaceViewController.html
create mode 100644 Docs/Structs/WKInterfaceView.html
create mode 100644 Docs/badge.svg
create mode 100644 Docs/css/highlight.css
create mode 100644 Docs/css/jazzy.css
create mode 100644 Docs/docsets/.docset/Contents/Info.plist
create mode 100644 Docs/docsets/.docset/Contents/Resources/Documents/Structs.html
create mode 100644 Docs/docsets/.docset/Contents/Resources/Documents/Structs/InterfaceView.html
create mode 100644 Docs/docsets/.docset/Contents/Resources/Documents/Structs/InterfaceViewController.html
create mode 100644 Docs/docsets/.docset/Contents/Resources/Documents/Structs/NSInterfaceView.html
create mode 100644 Docs/docsets/.docset/Contents/Resources/Documents/Structs/NSInterfaceViewController.html
create mode 100644 Docs/docsets/.docset/Contents/Resources/Documents/Structs/WKInterfaceView.html
create mode 100644 Docs/docsets/.docset/Contents/Resources/Documents/badge.svg
create mode 100644 Docs/docsets/.docset/Contents/Resources/Documents/css/highlight.css
create mode 100644 Docs/docsets/.docset/Contents/Resources/Documents/css/jazzy.css
create mode 100755 Docs/docsets/.docset/Contents/Resources/Documents/img/carat.png
create mode 100755 Docs/docsets/.docset/Contents/Resources/Documents/img/dash.png
create mode 100755 Docs/docsets/.docset/Contents/Resources/Documents/img/gh.png
create mode 100644 Docs/docsets/.docset/Contents/Resources/Documents/img/spinner.gif
create mode 100644 Docs/docsets/.docset/Contents/Resources/Documents/index.html
create mode 100755 Docs/docsets/.docset/Contents/Resources/Documents/js/jazzy.js
create mode 100644 Docs/docsets/.docset/Contents/Resources/Documents/js/jazzy.search.js
create mode 100644 Docs/docsets/.docset/Contents/Resources/Documents/js/jquery.min.js
create mode 100644 Docs/docsets/.docset/Contents/Resources/Documents/js/lunr.min.js
create mode 100644 Docs/docsets/.docset/Contents/Resources/Documents/js/typeahead.jquery.js
create mode 100644 Docs/docsets/.docset/Contents/Resources/Documents/search.json
create mode 100644 Docs/docsets/.docset/Contents/Resources/Documents/undocumented.json
create mode 100644 Docs/docsets/.docset/Contents/Resources/docSet.dsidx
create mode 100644 Docs/docsets/.tgz
create mode 100644 Docs/docsets/InterfaceKit.docset/Contents/Info.plist
create mode 100644 Docs/docsets/InterfaceKit.docset/Contents/Resources/Documents/Structs.html
create mode 100644 Docs/docsets/InterfaceKit.docset/Contents/Resources/Documents/Structs/InterfaceView.html
create mode 100644 Docs/docsets/InterfaceKit.docset/Contents/Resources/Documents/Structs/InterfaceViewController.html
create mode 100644 Docs/docsets/InterfaceKit.docset/Contents/Resources/Documents/Structs/NSInterfaceView.html
create mode 100644 Docs/docsets/InterfaceKit.docset/Contents/Resources/Documents/Structs/NSInterfaceViewController.html
create mode 100644 Docs/docsets/InterfaceKit.docset/Contents/Resources/Documents/Structs/WKInterfaceView.html
create mode 100644 Docs/docsets/InterfaceKit.docset/Contents/Resources/Documents/badge.svg
create mode 100644 Docs/docsets/InterfaceKit.docset/Contents/Resources/Documents/css/highlight.css
create mode 100644 Docs/docsets/InterfaceKit.docset/Contents/Resources/Documents/css/jazzy.css
create mode 100755 Docs/docsets/InterfaceKit.docset/Contents/Resources/Documents/img/carat.png
create mode 100755 Docs/docsets/InterfaceKit.docset/Contents/Resources/Documents/img/dash.png
create mode 100755 Docs/docsets/InterfaceKit.docset/Contents/Resources/Documents/img/gh.png
create mode 100644 Docs/docsets/InterfaceKit.docset/Contents/Resources/Documents/img/spinner.gif
create mode 100644 Docs/docsets/InterfaceKit.docset/Contents/Resources/Documents/index.html
create mode 100755 Docs/docsets/InterfaceKit.docset/Contents/Resources/Documents/js/jazzy.js
create mode 100644 Docs/docsets/InterfaceKit.docset/Contents/Resources/Documents/js/jazzy.search.js
create mode 100644 Docs/docsets/InterfaceKit.docset/Contents/Resources/Documents/js/jquery.min.js
create mode 100644 Docs/docsets/InterfaceKit.docset/Contents/Resources/Documents/js/lunr.min.js
create mode 100644 Docs/docsets/InterfaceKit.docset/Contents/Resources/Documents/js/typeahead.jquery.js
create mode 100644 Docs/docsets/InterfaceKit.docset/Contents/Resources/Documents/search.json
create mode 100644 Docs/docsets/InterfaceKit.docset/Contents/Resources/Documents/undocumented.json
create mode 100644 Docs/docsets/InterfaceKit.docset/Contents/Resources/docSet.dsidx
create mode 100644 Docs/docsets/InterfaceKit.tgz
create mode 100644 Docs/docsets/InterfaceKit.xml
create mode 100755 Docs/img/carat.png
create mode 100755 Docs/img/dash.png
create mode 100755 Docs/img/gh.png
create mode 100644 Docs/img/spinner.gif
create mode 100644 Docs/index.html
create mode 100755 Docs/js/jazzy.js
create mode 100644 Docs/js/jazzy.search.js
create mode 100644 Docs/js/jquery.min.js
create mode 100644 Docs/js/lunr.min.js
create mode 100644 Docs/js/typeahead.jquery.js
create mode 100644 Docs/search.json
create mode 100644 Docs/undocumented.json
create mode 100644 Example/iOSExample/EApp.swift
create mode 100644 Example/iOSExample/Example.xcodeproj/project.pbxproj
create mode 100644 Example/iOSExample/Example.xcodeproj/project.xcworkspace/contents.xcworkspacedata
create mode 100644 Example/iOSExample/Example.xcodeproj/project.xcworkspace/xcshareddata/IDEWorkspaceChecks.plist
create mode 100644 Example/iOSExample/Example/Info.plist
create mode 100644 Example/iOSExample/Example/Preview Content/Preview Assets.xcassets/Contents.json
create mode 100644 Example/macOSExample/macOSExample.xcodeproj/project.pbxproj
create mode 100644 Example/macOSExample/macOSExample.xcodeproj/project.xcworkspace/contents.xcworkspacedata
create mode 100644 Example/macOSExample/macOSExample.xcodeproj/project.xcworkspace/xcshareddata/IDEWorkspaceChecks.plist
create mode 100644 Example/macOSExample/macOSExample/Info.plist
create mode 100644 Example/macOSExample/macOSExample/Preview Content/Preview Assets.xcassets/Contents.json
create mode 100644 Example/macOSExample/macOSExample/macOSExample.entitlements
create mode 100644 Example/tvOSExample/tvOSExample.xcodeproj/project.pbxproj
create mode 100644 Example/tvOSExample/tvOSExample.xcodeproj/project.xcworkspace/contents.xcworkspacedata
create mode 100644 Example/tvOSExample/tvOSExample.xcodeproj/project.xcworkspace/xcshareddata/IDEWorkspaceChecks.plist
create mode 100644 Example/tvOSExample/tvOSExample/Info.plist
create mode 100644 Example/tvOSExample/tvOSExample/Preview Content/Preview Assets.xcassets/Contents.json
create mode 100644 Example/watchOSExample/watchOSExample WatchKit App/Assets.xcassets/AccentColor.colorset/Contents.json
create mode 100644 Example/watchOSExample/watchOSExample WatchKit App/Assets.xcassets/AppIcon.appiconset/Contents.json
create mode 100644 Example/watchOSExample/watchOSExample WatchKit App/Assets.xcassets/Contents.json
create mode 100644 Example/watchOSExample/watchOSExample WatchKit App/Info.plist
create mode 100644 Example/watchOSExample/watchOSExample WatchKit Extension/Info.plist
create mode 100644 Example/watchOSExample/watchOSExample WatchKit Extension/Preview Content/Preview Assets.xcassets/Contents.json
create mode 100644 Example/watchOSExample/watchOSExample.xcodeproj/project.pbxproj
create mode 100644 Example/watchOSExample/watchOSExample.xcodeproj/project.xcworkspace/contents.xcworkspacedata
create mode 100644 Example/watchOSExample/watchOSExample.xcodeproj/project.xcworkspace/xcshareddata/IDEWorkspaceChecks.plist
create mode 100644 Gemfile
create mode 100644 InterfaceKit.podspec
create mode 100644 InterfaceKit.xcframework.zip
create mode 100644 InterfaceKit.xcodeproj/project.pbxproj
create mode 100644 InterfaceKit.xcodeproj/project.xcworkspace/contents.xcworkspacedata
create mode 100644 InterfaceKit.xcodeproj/project.xcworkspace/xcshareddata/IDEWorkspaceChecks.plist
create mode 100644 InterfaceKit.xcodeproj/xcshareddata/xcschemes/InterfaceKit.xcscheme
create mode 100644 InterfaceKit.xcworkspace/contents.xcworkspacedata
create mode 100644 InterfaceKit.xcworkspace/xcshareddata/IDEWorkspaceChecks.plist
create mode 100644 InterfaceKit/Info.plist
create mode 100644 InterfaceKit/InterfaceKit.h
create mode 100644 InterfaceKitTests/Info.plist
create mode 100644 InterfaceKitTests/InterfaceKitTests.swift
create mode 100644 LICENSE
create mode 100644 LICENSE.md
create mode 100644 LICENSE.zh-Hans.md
create mode 100644 Package.swift
create mode 100644 Pictures/CartfileLocation.png
create mode 100644 Pictures/China.png
create mode 100644 Pictures/PodfileLocation.png
create mode 100644 Pictures/SwiftPackageManager.png
create mode 100644 Pictures/add_framework.png
create mode 100644 Pictures/copy_files.png
create mode 100644 Pictures/drag_framework.png
create mode 100644 Pictures/unzip.png
create mode 100644 Pictures/use_frameworks.png
create mode 100644 Pictures/use_xcframeworks.png
create mode 100755 PodfileExample/Podfile
create mode 100644 README.md
create mode 100644 README.zh-Hans.md
create mode 100644 Sources/InterfaceKit/NSInterface.swift
create mode 100644 Sources/InterfaceKit/UIInterface.swift
create mode 100644 Sources/InterfaceKit/WKInterface.swift
create mode 100644 Tests/InterfaceKitTests/InterfaceKitTests.swift
create mode 100644 Tests/InterfaceKitTests/XCTestManifests.swift
create mode 100644 Tests/LinuxMain.swift
create mode 100644 Vision.md
create mode 100644 Vision.zh-Hans.md
create mode 100644 codecov.yml
zhangsaidong@zhangsaidongs-MacBook-Pro InterfaceKit % git push
To https://github.com/adong666666/InterfaceKit.git
! [rejected] master -> master (fetch first)
error: failed to push some refs to 'https://github.com/adong666666/InterfaceKit.git'
hint: Updates were rejected because the remote contains work that you do
hint: not have locally. This is usually caused by another repository pushing
hint: to the same ref. You may want to first integrate the remote changes
hint: (e.g., 'git pull ...') before pushing again.
hint: See the 'Note about fast-forwards' in 'git push --help' for details.
zhangsaidong@zhangsaidongs-MacBook-Pro InterfaceKit % git push -f
Enumerating objects: 162, done.
Counting objects: 100% (162/162), done.
Delta compression using up to 16 threads
Compressing objects: 100% (145/145), done.
Writing objects: 100% (162/162), 8.12 MiB | 45.00 KiB/s, done.
Total 162 (delta 28), reused 0 (delta 0)
remote: Resolving deltas: 100% (28/28), done.
To https://github.com/adong666666/InterfaceKit.git
+ 7d1efa9...a1942f6 master -> master (forced update)
zhangsaidong@zhangsaidongs-MacBook-Pro InterfaceKit % git tag 5.4.0
zhangsaidong@zhangsaidongs-MacBook-Pro InterfaceKit % git push --tag
Total 0 (delta 0), reused 0 (delta 0)
To https://github.com/adong666666/InterfaceKit.git
* [new tag] 5.4.0 -> 5.4.0
zhangsaidong@zhangsaidongs-MacBook-Pro InterfaceKit % pod lib lint

-> InterfaceKit (5.4.0)
- NOTE | [InterfaceKit/UIKit, InterfaceKit/AppKit, InterfaceKit/WatchKit, and more...] xcodebuild: note: Using new build system
- NOTE | [InterfaceKit/UIKit, InterfaceKit/AppKit, InterfaceKit/WatchKit, and more...] xcodebuild: note: Building targets in parallel
- NOTE | [InterfaceKit/UIKit, InterfaceKit/AppKit, InterfaceKit/WatchKit, and more...] xcodebuild: note: Using codesigning identity override: -
- NOTE | [InterfaceKit/UIKit, InterfaceKit/AppKit, InterfaceKit/WatchKit, and more...] xcodebuild: note: Planning build
- NOTE | [InterfaceKit/UIKit, InterfaceKit/AppKit, InterfaceKit/WatchKit, and more...] xcodebuild: note: Constructing build description
- NOTE | [InterfaceKit/UIKit, InterfaceKit/AppKit, InterfaceKit/WatchKit, and more...] xcodebuild: warning: Skipping code signing because the target does not have an Info.plist file and one is not being generated automatically. (in target 'App' from project 'App')
- NOTE | [InterfaceKit/UIKit, InterfaceKit/AppKit, InterfaceKit/WatchKit, and more...] xcodebuild: note: Using codesigning identity override:

InterfaceKit passed validation.
zhangsaidong@zhangsaidongs-MacBook-Pro InterfaceKit % pod trunk push InterfaceKit.podspec
Updating spec repo `trunk`
Validating podspec
-> InterfaceKit (5.4.0)
- NOTE | [InterfaceKit/UIKit, InterfaceKit/AppKit, InterfaceKit/WatchKit, and more...] xcodebuild: note: Using new build system
- NOTE | [InterfaceKit/UIKit, InterfaceKit/AppKit, InterfaceKit/WatchKit, and more...] xcodebuild: note: Building targets in parallel
- NOTE | [InterfaceKit/UIKit, InterfaceKit/AppKit, InterfaceKit/WatchKit, and more...] xcodebuild: note: Using codesigning identity override: -
- NOTE | [InterfaceKit/UIKit, InterfaceKit/AppKit, InterfaceKit/WatchKit, and more...] xcodebuild: note: Planning build
- NOTE | [InterfaceKit/UIKit, InterfaceKit/AppKit, InterfaceKit/WatchKit, and more...] xcodebuild: note: Constructing build description
- NOTE | [InterfaceKit/UIKit, InterfaceKit/AppKit, InterfaceKit/WatchKit, and more...] xcodebuild: warning: Skipping code signing because the target does not have an Info.plist file and one is not being generated automatically. (in target 'App' from project 'App')
- NOTE | [InterfaceKit/UIKit, InterfaceKit/AppKit, InterfaceKit/WatchKit, and more...] xcodebuild: note: Using codesigning identity override:

Updating spec repo `trunk`

--------------------------------------------------------------------------------
🎉 Congrats

🚀 InterfaceKit (5.4.0) successfully published
📅 April 30th, 10:04
🌎 https://cocoapods.org/pods/InterfaceKit
👍 Tell your friends!
--------------------------------------------------------------------------------
zhangsaidong@zhangsaidongs-MacBook-Pro InterfaceKit %
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
Last login: Thu Jan 17 17:43:47 on ttys001
iMac-2:~ adong666666$ cd CommonUse
iMac-2:CommonUse adong666666$ git add .
giMac-2:CommonUse adong666666$ git push origin master
Everything up-to-date
iMac-2:CommonUse adong666666$ git add .
iMac-2:CommonUse adong666666$ git commit -m "fix description"
[master 7d4ebe8] fix description
1 file changed, 1 insertion(+), 1 deletion(-)
iMac-2:CommonUse adong666666$ git push origin masgter
error: src refspec masgter does not match any.
error: 推送一些引用到 'https://github.com/adong666666/CommonUse.git' 失败
iMac-2:CommonUse adong666666$ git push origin master
枚举对象: 5, 完成.
对象计数中: 100% (5/5), 完成.
使用 4 个线程进行压缩
压缩对象中: 100% (3/3), 完成.
写入对象中: 100% (3/3), 293 bytes | 293.00 KiB/s, 完成.
总共 3 (差异 2),复用 0 (差异 0)
remote: Resolving deltas: 100% (2/2), completed with 2 local objects.
To https://github.com/adong666666/CommonUse.git
1618908..7d4ebe8 master -> master
iMac-2:CommonUse adong666666$ pod lib lint

-> CommonUse (0.0.1)
- WARN | summary: The summary is not meaningful.
- ERROR | [iOS] file patterns: The `source_files` pattern did not match any file.
- NOTE | xcodebuild: note: Using new build system
- NOTE | [iOS] xcodebuild: note: Planning build
- NOTE | [iOS] xcodebuild: note: Constructing build description
- NOTE | [iOS] xcodebuild: warning: Skipping code signing because the target does not have an Info.plist file. (in target 'App')

[!] CommonUse did not pass validation, due to 1 error and 1 warning.
You can use the `--no-clean` option to inspect any issue.
iMac-2:CommonUse adong666666$ git add .
iMac-2:CommonUse adong666666$ git commit -m "fix description"
[master a7b439f] fix description
1 file changed, 1 insertion(+), 1 deletion(-)
iMac-2:CommonUse adong666666$ git push origin master
pod l枚举对象: 5, 完成.
对象计数中: 100% (5/5), 完成.
使用 4 个线程进行压缩
压缩对象中: 100% (3/3), 完成.
写入对象中: 100% (3/3), 305 bytes | 305.00 KiB/s, 完成.
总共 3 (差异 2),复用 0 (差异 0)
remote: Resolving deltas: 100% (2/2), completed with 2 local objects.
liTo https://github.com/adong666666/CommonUse.git
7d4ebe8..a7b439f master -> master
niMac-2:CommonUse adong666666$ pod lib lint

-> CommonUse (0.0.1)
- WARN | summary: The summary is not meaningful.
- ERROR | [iOS] file patterns: The `source_files` pattern did not match any file.
- NOTE | xcodebuild: note: Using new build system
- NOTE | [iOS] xcodebuild: note: Planning build
- NOTE | [iOS] xcodebuild: note: Constructing build description
- NOTE | [iOS] xcodebuild: warning: Skipping code signing because the target does not have an Info.plist file. (in target 'App')

[!] CommonUse did not pass validation, due to 1 error and 1 warning.
You can use the `--no-clean` option to inspect any issue.
iMac-2:CommonUse adong666666$ pod lib lint

-> CommonUse (0.0.1)
- WARN | summary: The summary is not meaningful.
- ERROR | [iOS] file patterns: The `source_files` pattern did not match any file.
- NOTE | xcodebuild: note: Using new build system
- NOTE | [iOS] xcodebuild: note: Planning build
- NOTE | [iOS] xcodebuild: note: Constructing build description
- NOTE | [iOS] xcodebuild: warning: Skipping code signing because the target does not have an Info.plist file. (in target 'App')

[!] CommonUse did not pass validation, due to 1 error and 1 warning.
You can use the `--no-clean` option to inspect any issue.
iMac-2:CommonUse adong666666$ pod lib lint

-> CommonUse (0.0.1)
- WARN | summary: The summary is not meaningful.
- ERROR | [iOS] file patterns: The `source_files` pattern did not match any file.
- NOTE | xcodebuild: note: Using new build system
- NOTE | [iOS] xcodebuild: note: Planning build
- NOTE | [iOS] xcodebuild: note: Constructing build description
- NOTE | [iOS] xcodebuild: warning: Skipping code signing because the target does not have an Info.plist file. (in target 'App')

[!] CommonUse did not pass validation, due to 1 error and 1 warning.
You can use the `--no-clean` option to inspect any issue.
iMac-2:CommonUse adong666666$ pod lib lint

-> CommonUse (0.0.1)
- WARN | summary: The summary is not meaningful.
- ERROR | [iOS] file patterns: The `source_files` pattern did not match any file.
- NOTE | xcodebuild: note: Using new build system
- NOTE | [iOS] xcodebuild: note: Planning build
- NOTE | [iOS] xcodebuild: note: Constructing build description
- NOTE | [iOS] xcodebuild: warning: Skipping code signing because the target does not have an Info.plist file. (in target 'App')

[!] CommonUse did not pass validation, due to 1 error and 1 warning.
You can use the `--no-clean` option to inspect any issue.
iMac-2:CommonUse adong666666$ pod lib lint

-> CommonUse (0.0.1)
- WARN | summary: The summary is not meaningful.
- ERROR | [iOS] file patterns: The `source_files` pattern did not match any file.
- NOTE | xcodebuild: note: Using new build system
- NOTE | [iOS] xcodebuild: note: Planning build
- NOTE | [iOS] xcodebuild: note: Constructing build description
- NOTE | [iOS] xcodebuild: warning: Skipping code signing because the target does not have an Info.plist file. (in target 'App')

[!] CommonUse did not pass validation, due to 1 error and 1 warning.
You can use the `--no-clean` option to inspect any issue.
iMac-2:CommonUse adong666666$ git add .
iMac-2:CommonUse adong666666$ git commit -m "fix podspec"
[master 09fbf0d] fix podspec
1 file changed, 1 insertion(+), 1 deletion(-)
iMac-2:CommonUse adong666666$ git push origin master
枚举对象: 5, 完成.
对象计数中: 100% (5/5), 完成.
使用 4 个线程进行压缩
压缩对象中: 100% (3/3), 完成.
写入对象中: 100% (3/3), 299 bytes | 299.00 KiB/s, 完成.
总共 3 (差异 2),复用 0 (差异 0)
remote: Resolving deltas: 100% (2/2), completed with 2 local objects.
To https://github.com/adong666666/CommonUse.git
a7b439f..09fbf0d master -> master
iMac-2:CommonUse adong666666$ pod lib lint

-> CommonUse (0.0.1)
- WARN | summary: The summary is not meaningful.
- ERROR | [iOS] file patterns: The `source_files` pattern did not match any file.
- NOTE | xcodebuild: note: Using new build system
- NOTE | [iOS] xcodebuild: note: Planning build
- NOTE | [iOS] xcodebuild: note: Constructing build description
- NOTE | [iOS] xcodebuild: warning: Skipping code signing because the target does not have an Info.plist file. (in target 'App')

[!] CommonUse did not pass validation, due to 1 error and 1 warning.
You can use the `--no-clean` option to inspect any issue.
iMac-2:CommonUse adong666666$ pod lib lint

-> CommonUse (0.0.1)
- WARN | summary: The summary is not meaningful.
- WARN | [iOS] swift: The validator used Swift 3.2 by default because no Swift version was specified. To specify a Swift version during validation, add the `swift_version` attribute in your podspec. Note that usage of the `--swift-version` parameter or a `.swift-version` file is now deprecated.
- NOTE | xcodebuild: note: Using new build system
- NOTE | [iOS] xcodebuild: note: Planning build
- NOTE | [iOS] xcodebuild: note: Constructing build description
- NOTE | [iOS] xcodebuild: warning: Skipping code signing because the target does not have an Info.plist file. (in target 'App')
- NOTE | xcodebuild: warning: Swift 3 mode has been deprecated and will be removed in a later version of Xcode. Please migrate "App" to Swift 4.2 using "Convert > To Current Swift Syntax…" in the Edit menu. (in target 'App')
- NOTE | xcodebuild: warning: Swift 3 mode has been deprecated and will be removed in a later version of Xcode. Please migrate "CommonUse" to Swift 4.2 using "Convert > To Current Swift Syntax…" in the Edit menu. (in target 'CommonUse')

[!] CommonUse did not pass validation, due to 2 warnings (but you can use `--allow-warnings` to ignore them).
You can use the `--no-clean` option to inspect any issue.
iMac-2:CommonUse adong666666$ pod lib lint

[!] Unable to find a podspec in the working directory
iMac-2:CommonUse adong666666$ pod lib lint

-> CommonUse (0.0.1)
- WARN | summary: The summary is not meaningful.
- ERROR | [iOS] file patterns: The `source_files` pattern did not match any file.
- NOTE | xcodebuild: note: Using new build system
- NOTE | [iOS] xcodebuild: note: Planning build
- NOTE | [iOS] xcodebuild: note: Constructing build description
- NOTE | [iOS] xcodebuild: warning: Skipping code signing because the target does not have an Info.plist file. (in target 'App')

[!] CommonUse did not pass validation, due to 1 error and 1 warning.
You can use the `--no-clean` option to inspect any issue.
iMac-2:CommonUse adong666666$ pod lib lint

-> CommonUse (0.0.1)
- WARN | summary: The summary is not meaningful.
- ERROR | [iOS] file patterns: The `source_files` pattern did not match any file.
- NOTE | xcodebuild: note: Using new build system
- NOTE | [iOS] xcodebuild: note: Planning build
- NOTE | [iOS] xcodebuild: note: Constructing build description
- NOTE | [iOS] xcodebuild: warning: Skipping code signing because the target does not have an Info.plist file. (in target 'App')

[!] CommonUse did not pass validation, due to 1 error and 1 warning.
You can use the `--no-clean` option to inspect any issue.
iMac-2:CommonUse adong666666$ pod lib lint

-> CommonUse.podspec
- ERROR | spec: The specification defined in `/Users/adong666666/CommonUse/CommonUse.podspec` could not be loaded.


[!] Invalid `CommonUse.podspec` file: syntax error, unexpected ',', expecting =>
...source_files = {'CommonUse.h','UIColor-extension.swift','in...
... ^
/Users/adong666666/CommonUse/CommonUse.podspec:94: syntax error, unexpected ',', expecting keyword_end
...e.h','UIColor-extension.swift','info.plist','README.md','FIL...
... ^
/Users/adong666666/CommonUse/CommonUse.podspec:94: syntax error, unexpected ',', expecting keyword_end
...-extension.swift','info.plist','README.md','FILE_LICENSE','C...
... ^
/Users/adong666666/CommonUse/CommonUse.podspec:94: syntax error, unexpected ',', expecting keyword_end
...wift','info.plist','README.md','FILE_LICENSE','CommonUse.pod...
... ^
/Users/adong666666/CommonUse/CommonUse.podspec:94: syntax error, unexpected ',', expecting keyword_end
...st','README.md','FILE_LICENSE','CommonUse.podspec'}
... ^
/Users/adong666666/CommonUse/CommonUse.podspec:94: syntax error, unexpected '}', expecting keyword_end.

# from /Users/adong666666/CommonUse/CommonUse.podspec:94
# -------------------------------------------
#
> s.source_files = {'CommonUse.h','UIColor-extension.swift','info.plist','README.md','FILE_LICENSE','CommonUse.podspec'}
# #s.exclude_files = "Classes/Exclude"
# -------------------------------------------


[!] /Users/adong666666/CommonUse/CommonUse.podspec did not pass validation, due to 1 error.
You can use the `--no-clean` option to inspect any issue.
iMac-2:CommonUse adong666666$ pod lib lint

-> CommonUse.podspec
- ERROR | spec: The specification defined in `/Users/adong666666/CommonUse/CommonUse.podspec` could not be loaded.


[!] Invalid `CommonUse.podspec` file: syntax error, unexpected ',', expecting =>
...source_files = {'CommonUse.h','UIColor-extension.swift','in...
... ^
/Users/adong666666/CommonUse/CommonUse.podspec:94: syntax error, unexpected ',', expecting keyword_end
...e.h','UIColor-extension.swift','info.plist','README.md','FIL...
... ^
/Users/adong666666/CommonUse/CommonUse.podspec:94: syntax error, unexpected ',', expecting keyword_end
...-extension.swift','info.plist','README.md','FILE_LICENSE'}
... ^
/Users/adong666666/CommonUse/CommonUse.podspec:94: syntax error, unexpected ',', expecting keyword_end
...wift','info.plist','README.md','FILE_LICENSE'}
... ^
/Users/adong666666/CommonUse/CommonUse.podspec:94: syntax error, unexpected '}', expecting keyword_end.

# from /Users/adong666666/CommonUse/CommonUse.podspec:94
# -------------------------------------------
#
> s.source_files = {'CommonUse.h','UIColor-extension.swift','info.plist','README.md','FILE_LICENSE'}
# #s.exclude_files = "Classes/Exclude"
# -------------------------------------------


[!] /Users/adong666666/CommonUse/CommonUse.podspec did not pass validation, due to 1 error.
You can use the `--no-clean` option to inspect any issue.
iMac-2:CommonUse adong666666$ pod lib lint

-> CommonUse.podspec
- ERROR | spec: The specification defined in `/Users/adong666666/CommonUse/CommonUse.podspec` could not be loaded.


[!] Invalid `CommonUse.podspec` file: syntax error, unexpected ',', expecting =>
...source_files = {'CommonUse.h','UIColor-extension.swift','in...
... ^
/Users/adong666666/CommonUse/CommonUse.podspec:94: syntax error, unexpected ',', expecting keyword_end
...e.h','UIColor-extension.swift','info.plist','README.md','FIL...
... ^
/Users/adong666666/CommonUse/CommonUse.podspec:94: syntax error, unexpected ',', expecting keyword_end
...-extension.swift','info.plist','README.md','FILE_LICENSE'}
... ^
/Users/adong666666/CommonUse/CommonUse.podspec:94: syntax error, unexpected ',', expecting keyword_end
...wift','info.plist','README.md','FILE_LICENSE'}
... ^
/Users/adong666666/CommonUse/CommonUse.podspec:94: syntax error, unexpected '}', expecting keyword_end.

# from /Users/adong666666/CommonUse/CommonUse.podspec:94
# -------------------------------------------
#
> s.source_files = {'CommonUse.h','UIColor-extension.swift','info.plist','README.md','FILE_LICENSE'}
# #s.exclude_files = "Classes/Exclude"
# -------------------------------------------


[!] /Users/adong666666/CommonUse/CommonUse.podspec did not pass validation, due to 1 error.
You can use the `--no-clean` option to inspect any issue.
iMac-2:CommonUse adong666666$ pod lib lint

-> CommonUse.podspec
- ERROR | spec: The specification defined in `/Users/adong666666/CommonUse/CommonUse.podspec` could not be loaded.


[!] Invalid `CommonUse.podspec` file: syntax error, unexpected ',', expecting =>
...source_files = {"CommonUse.h","UIColor-extension.swift","in...
... ^
/Users/adong666666/CommonUse/CommonUse.podspec:94: syntax error, unexpected ',', expecting keyword_end
...e.h","UIColor-extension.swift","info.plist","README.md","FIL...
... ^
/Users/adong666666/CommonUse/CommonUse.podspec:94: syntax error, unexpected ',', expecting keyword_end
...-extension.swift","info.plist","README.md","FILE_LICENSE"}
... ^
/Users/adong666666/CommonUse/CommonUse.podspec:94: syntax error, unexpected ',', expecting keyword_end
...wift","info.plist","README.md","FILE_LICENSE"}
... ^
/Users/adong666666/CommonUse/CommonUse.podspec:94: syntax error, unexpected '}', expecting keyword_end.

# from /Users/adong666666/CommonUse/CommonUse.podspec:94
# -------------------------------------------
#
> s.source_files = {"CommonUse.h","UIColor-extension.swift","info.plist","README.md","FILE_LICENSE"}
# #s.exclude_files = "Classes/Exclude"
# -------------------------------------------


[!] /Users/adong666666/CommonUse/CommonUse.podspec did not pass validation, due to 1 error.
You can use the `--no-clean` option to inspect any issue.
iMac-2:CommonUse adong666666$ pod lib lint

-> CommonUse (0.0.1)
- WARN | summary: The summary is not meaningful.
- WARN | [iOS] swift: The validator used Swift 3.2 by default because no Swift version was specified. To specify a Swift version during validation, add the `swift_version` attribute in your podspec. Note that usage of the `--swift-version` parameter or a `.swift-version` file is now deprecated.
- ERROR | [iOS] xcodebuild: Returned an unsuccessful exit code. You can use `--verbose` for more information.
- NOTE | xcodebuild: note: Using new build system
- NOTE | [iOS] xcodebuild: note: Planning build
- NOTE | [iOS] xcodebuild: note: Constructing build description
- NOTE | [iOS] xcodebuild: warning: Skipping code signing because the target does not have an Info.plist file. (in target 'App')
- NOTE | xcodebuild: warning: Swift 3 mode has been deprecated and will be removed in a later version of Xcode. Please migrate "App" to Swift 4.2 using "Convert > To Current Swift Syntax…" in the Edit menu. (in target 'App')
- NOTE | [iOS] xcodebuild: warning: no rule to process file '/Users/adong666666/CommonUse/FILE_LICENSE' of type 'text' for architecture 'i386' (in target 'CommonUse')
- NOTE | [iOS] xcodebuild: warning: no rule to process file '/Users/adong666666/CommonUse/README.md' of type 'net.daringfireball.markdown' for architecture 'i386' (in target 'CommonUse')
- NOTE | xcodebuild: warning: Swift 3 mode has been deprecated and will be removed in a later version of Xcode. Please migrate "CommonUse" to Swift 4.2 using "Convert > To Current Swift Syntax…" in the Edit menu. (in target 'CommonUse')
- NOTE | [iOS] xcodebuild: warning: no rule to process file '/Users/adong666666/CommonUse/FILE_LICENSE' of type 'text' for architecture 'x86_64' (in target 'CommonUse')
- NOTE | [iOS] xcodebuild: warning: no rule to process file '/Users/adong666666/CommonUse/README.md' of type 'net.daringfireball.markdown' for architecture 'x86_64' (in target 'CommonUse')
- NOTE | [iOS] xcodebuild: warning: duplicate output file '/Users/adong666666/Library/Developer/Xcode/DerivedData/App-cvugokihoxbywecvhxmarqbtbgah/Build/Products/Release-iphonesimulator/CommonUse/CommonUse.framework/Info.plist' on task: ProcessInfoPlistFile /Users/adong666666/Library/Developer/Xcode/DerivedData/App-cvugokihoxbywecvhxmarqbtbgah/Build/Products/Release-iphonesimulator/CommonUse/CommonUse.framework/Info.plist Target Support Files/CommonUse/Info.plist (in target 'CommonUse')
- NOTE | [iOS] xcodebuild: error: Multiple commands produce '/Users/adong666666/Library/Developer/Xcode/DerivedData/App-cvugokihoxbywecvhxmarqbtbgah/Build/Products/Release-iphonesimulator/CommonUse/CommonUse.framework/Info.plist':

[!] CommonUse did not pass validation, due to 1 error and 2 warnings.
You can use the `--no-clean` option to inspect any issue.
iMac-2:CommonUse adong666666$ pod lib lint

-> CommonUse (0.0.1)
- WARN | summary: The summary is not meaningful.
- ERROR | [iOS] file patterns: The `source_files` pattern did not match any file.
- NOTE | xcodebuild: note: Using new build system
- NOTE | [iOS] xcodebuild: note: Planning build
- NOTE | [iOS] xcodebuild: note: Constructing build description
- NOTE | [iOS] xcodebuild: warning: Skipping code signing because the target does not have an Info.plist file. (in target 'App')

[!] CommonUse did not pass validation, due to 1 error and 1 warning.
You can use the `--no-clean` option to inspect any issue.
iMac-2:CommonUse adong666666$ pod lib lint

-> CommonUse (0.0.1)
- WARN | summary: The summary is not meaningful.
- ERROR | [iOS] file patterns: The `source_files` pattern did not match any file.
- NOTE | xcodebuild: note: Using new build system
- NOTE | [iOS] xcodebuild: note: Planning build
- NOTE | [iOS] xcodebuild: note: Constructing build description
- NOTE | [iOS] xcodebuild: warning: Skipping code signing because the target does not have an Info.plist file. (in target 'App')

[!] CommonUse did not pass validation, due to 1 error and 1 warning.
You can use the `--no-clean` option to inspect any issue.
iMac-2:CommonUse adong666666$ pod lib lint

-> CommonUse (0.0.1)
- WARN | summary: The summary is not meaningful.
- WARN | [iOS] swift: The validator used Swift 3.2 by default because no Swift version was specified. To specify a Swift version during validation, add the `swift_version` attribute in your podspec. Note that usage of the `--swift-version` parameter or a `.swift-version` file is now deprecated.
- NOTE | xcodebuild: note: Using new build system
- NOTE | [iOS] xcodebuild: note: Planning build
- NOTE | [iOS] xcodebuild: note: Constructing build description
- NOTE | [iOS] xcodebuild: warning: Skipping code signing because the target does not have an Info.plist file. (in target 'App')
- NOTE | xcodebuild: warning: Swift 3 mode has been deprecated and will be removed in a later version of Xcode. Please migrate "App" to Swift 4.2 using "Convert > To Current Swift Syntax…" in the Edit menu. (in target 'App')
- NOTE | xcodebuild: warning: Swift 3 mode has been deprecated and will be removed in a later version of Xcode. Please migrate "CommonUse" to Swift 4.2 using "Convert > To Current Swift Syntax…" in the Edit menu. (in target 'CommonUse')

[!] CommonUse did not pass validation, due to 2 warnings (but you can use `--allow-warnings` to ignore them).
You can use the `--no-clean` option to inspect any issue.
iMac-2:CommonUse adong666666$ pod lib lint

-> CommonUse (0.0.1)
- WARN | summary: The summary is not meaningful.
- NOTE | xcodebuild: note: Using new build system
- NOTE | [iOS] xcodebuild: note: Planning build
- NOTE | [iOS] xcodebuild: note: Constructing build description
- NOTE | [iOS] xcodebuild: warning: Skipping code signing because the target does not have an Info.plist file. (in target 'App')

[!] CommonUse did not pass validation, due to 1 warning (but you can use `--allow-warnings` to ignore it).
You can use the `--no-clean` option to inspect any issue.
iMac-2:CommonUse adong666666$ pod lib lint

-> CommonUse (0.0.1)
- NOTE | xcodebuild: note: Using new build system
- NOTE | [iOS] xcodebuild: note: Planning build
- NOTE | [iOS] xcodebuild: note: Constructing build description
- NOTE | [iOS] xcodebuild: warning: Skipping code signing because the target does not have an Info.plist file. (in target 'App')

CommonUse passed validation.
iMac-2:CommonUse adong666666$ pod trunk push Common.podspec
[!] The specified path `Common.podspec` does not point to an existing podspec file.

Usage:

$ pod trunk push [PATH]

Publish the podspec at `PATH` to make it available to all users of the
‘master’ spec-repo. If `PATH` is not provided, defaults to the current
directory.

Before pushing the podspec to cocoapods.org, this will perform a local
lint of the podspec, including a build of the library. However, it remains
*your* responsibility to ensure that the published podspec will actually
work for your users. Thus it is recommended that you *first* try to use
the podspec to integrate the library into your demo and/or real
application.

If this is the first time you publish a spec for this pod, you will
automatically be registered as the ‘owner’ of this pod. (Note that ‘owner’
in this case implies a person that is allowed to publish new versions and
add other ‘owners’, not necessarily the library author.)

Options:

--allow-warnings Allows push even if there are lint warnings
--use-libraries Linter uses static libraries to install the spec
--swift-version=VERSION The SWIFT_VERSION that should be used to lint the
spec. This takes precedence over a .swift-version
file.
--skip-import-validation Lint skips validating that the pod can be
imported
--skip-tests Lint skips building and running tests during
validation
--silent Show nothing
--verbose Show more debugging information
--no-ansi Show output without ANSI codes
--help Show help banner of specified command
iMac-2:CommonUse adong666666$ pod trunk push CommonUse.podspec
Updating spec repo `master`

CocoaPods 1.6.0.beta.2 is available.
To update use: `sudo gem install cocoapods --pre`
[!] This is a test version we'd love you to try.

For more information, see https://blog.cocoapods.org and the CHANGELOG for this version at https://github.com/CocoaPods/CocoaPods/releases/tag/1.6.0.beta.2

Validating podspec
-> CommonUse (0.0.1)
- NOTE | xcodebuild: note: Using new build system
- NOTE | [iOS] xcodebuild: note: Planning build
- NOTE | [iOS] xcodebuild: note: Constructing build description
- NOTE | [iOS] xcodebuild: warning: Skipping code signing because the target does not have an Info.plist file. (in target 'App')

[!] Unable to accept duplicate entry for: CommonUse (0.0.1)
iMac-2:CommonUse adong666666$ pod lib lint

-> CommonUse (0.0.3)
- NOTE | xcodebuild: note: Using new build system
- NOTE | [iOS] xcodebuild: note: Planning build
- NOTE | [iOS] xcodebuild: note: Constructing build description
- NOTE | [iOS] xcodebuild: warning: Skipping code signing because the target does not have an Info.plist file. (in target 'App')

CommonUse passed validation.
iMac-2:CommonUse adong666666$ pod trunk push CommonUse.podspec
Updating spec repo `master`

CocoaPods 1.6.0.beta.2 is available.
To update use: `sudo gem install cocoapods --pre`
[!] This is a test version we'd love you to try.

For more information, see https://blog.cocoapods.org and the CHANGELOG for this version at https://github.com/CocoaPods/CocoaPods/releases/tag/1.6.0.beta.2

Validating podspec
-> CommonUse (0.0.3)
- NOTE | xcodebuild: note: Using new build system
- NOTE | [iOS] xcodebuild: note: Planning build
- NOTE | [iOS] xcodebuild: note: Constructing build description
- NOTE | [iOS] xcodebuild: warning: Skipping code signing because the target does not have an Info.plist file. (in target 'App')

Updating spec repo `master`

CocoaPods 1.6.0.beta.2 is available.
To update use: `sudo gem install cocoapods --pre`
[!] This is a test version we'd love you to try.

For more information, see https://blog.cocoapods.org and the CHANGELOG for this version at https://github.com/CocoaPods/CocoaPods/releases/tag/1.6.0.beta.2


--------------------------------------------------------------------------------
🎉 Congrats

🚀 CommonUse (0.0.3) successfully published
📅 January 17th, 06:01
🌎 https://cocoapods.org/pods/CommonUse
👍 Tell your friends!
--------------------------------------------------------------------------------
iMac-2:CommonUse adong666666$