Skip to content

Commit e1b6bf9

Browse files
author
郑佳
committed
update 0.1.1
1 parent 32d85bf commit e1b6bf9

File tree

12 files changed

+367
-320
lines changed

12 files changed

+367
-320
lines changed

DDComponentsKit.podspec

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99
Pod::Spec.new do |s|
1010
s.name = 'DDComponentsKit'
11-
s.version = '0.1.0'
11+
s.version = '0.1.1'
1212
s.summary = 'A short description of DDComponentsKit.'
1313

1414
# This description is used to generate tags and improve search results.

Example/DDComponentsKit.xcodeproj/project.pbxproj

-48
Original file line numberDiff line numberDiff line change
@@ -297,7 +297,6 @@
297297
6003F587195388D20070C39A /* Frameworks */,
298298
6003F588195388D20070C39A /* Resources */,
299299
93D66B88324B8701C2252F3D /* [CP] Embed Pods Frameworks */,
300-
9ED920E372F8A9D2FE5D957B /* [CP] Copy Pods Resources */,
301300
);
302301
buildRules = (
303302
);
@@ -316,8 +315,6 @@
316315
6003F5AA195388D20070C39A /* Sources */,
317316
6003F5AB195388D20070C39A /* Frameworks */,
318317
6003F5AC195388D20070C39A /* Resources */,
319-
111FA770DCC5BAC6107D9690 /* [CP] Embed Pods Frameworks */,
320-
9EEA7FC694FB85C2D45EBC0D /* [CP] Copy Pods Resources */,
321318
);
322319
buildRules = (
323320
);
@@ -386,21 +383,6 @@
386383
/* End PBXResourcesBuildPhase section */
387384

388385
/* Begin PBXShellScriptBuildPhase section */
389-
111FA770DCC5BAC6107D9690 /* [CP] Embed Pods Frameworks */ = {
390-
isa = PBXShellScriptBuildPhase;
391-
buildActionMask = 2147483647;
392-
files = (
393-
);
394-
inputPaths = (
395-
);
396-
name = "[CP] Embed Pods Frameworks";
397-
outputPaths = (
398-
);
399-
runOnlyForDeploymentPostprocessing = 0;
400-
shellPath = /bin/sh;
401-
shellScript = "\"${SRCROOT}/Pods/Target Support Files/Pods-DDComponentsKit_Tests/Pods-DDComponentsKit_Tests-frameworks.sh\"\n";
402-
showEnvVarsInLog = 0;
403-
};
404386
93D66B88324B8701C2252F3D /* [CP] Embed Pods Frameworks */ = {
405387
isa = PBXShellScriptBuildPhase;
406388
buildActionMask = 2147483647;
@@ -419,36 +401,6 @@
419401
shellScript = "\"${SRCROOT}/Pods/Target Support Files/Pods-DDComponentsKit_Example/Pods-DDComponentsKit_Example-frameworks.sh\"\n";
420402
showEnvVarsInLog = 0;
421403
};
422-
9ED920E372F8A9D2FE5D957B /* [CP] Copy Pods Resources */ = {
423-
isa = PBXShellScriptBuildPhase;
424-
buildActionMask = 2147483647;
425-
files = (
426-
);
427-
inputPaths = (
428-
);
429-
name = "[CP] Copy Pods Resources";
430-
outputPaths = (
431-
);
432-
runOnlyForDeploymentPostprocessing = 0;
433-
shellPath = /bin/sh;
434-
shellScript = "\"${SRCROOT}/Pods/Target Support Files/Pods-DDComponentsKit_Example/Pods-DDComponentsKit_Example-resources.sh\"\n";
435-
showEnvVarsInLog = 0;
436-
};
437-
9EEA7FC694FB85C2D45EBC0D /* [CP] Copy Pods Resources */ = {
438-
isa = PBXShellScriptBuildPhase;
439-
buildActionMask = 2147483647;
440-
files = (
441-
);
442-
inputPaths = (
443-
);
444-
name = "[CP] Copy Pods Resources";
445-
outputPaths = (
446-
);
447-
runOnlyForDeploymentPostprocessing = 0;
448-
shellPath = /bin/sh;
449-
shellScript = "\"${SRCROOT}/Pods/Target Support Files/Pods-DDComponentsKit_Tests/Pods-DDComponentsKit_Tests-resources.sh\"\n";
450-
showEnvVarsInLog = 0;
451-
};
452404
A531E33E6505AF861EB930F4 /* [CP] Check Pods Manifest.lock */ = {
453405
isa = PBXShellScriptBuildPhase;
454406
buildActionMask = 2147483647;

Example/Podfile.lock

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,16 @@
11
PODS:
2-
- DDComponentsKit (0.1.0)
2+
- DDComponentsKit (0.1.1)
33

44
DEPENDENCIES:
55
- DDComponentsKit (from `../`)
66

77
EXTERNAL SOURCES:
88
DDComponentsKit:
9-
:path: ../
9+
:path: "../"
1010

1111
SPEC CHECKSUMS:
12-
DDComponentsKit: ffe65352fa0baf7c1247f721878c2714cc8c37a9
12+
DDComponentsKit: 8b486316d505721b30a88d34a27f8de48dfd0f17
1313

1414
PODFILE CHECKSUM: 1fe1a77c2431bbf1c275641732ea83998ce3e8d8
1515

16-
COCOAPODS: 1.4.0
16+
COCOAPODS: 1.5.3

Example/Pods/Local Podspecs/DDComponentsKit.podspec.json

+4-4
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Example/Pods/Manifest.lock

+4-4
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Example/Pods/Pods.xcodeproj/project.pbxproj

+301-247
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Example/Pods/Target Support Files/DDComponentsKit/DDComponentsKit.xcconfig

-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Example/Pods/Target Support Files/DDComponentsKit/Info.plist

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Example/Pods/Target Support Files/Pods-DDComponentsKit_Example/Pods-DDComponentsKit_Example-frameworks.sh

+11-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Example/Pods/Target Support Files/Pods-DDComponentsKit_Example/Pods-DDComponentsKit_Example-resources.sh

+15-3
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Example/Pods/Target Support Files/Pods-DDComponentsKit_Tests/Pods-DDComponentsKit_Tests-frameworks.sh

+11-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Example/Pods/Target Support Files/Pods-DDComponentsKit_Tests/Pods-DDComponentsKit_Tests-resources.sh

+15-3
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)