Skip to content

Commit

Permalink
update 0.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
郑佳 committed Jul 4, 2019
1 parent 32d85bf commit e1b6bf9
Show file tree
Hide file tree
Showing 12 changed files with 367 additions and 320 deletions.
2 changes: 1 addition & 1 deletion DDComponentsKit.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

Pod::Spec.new do |s|
s.name = 'DDComponentsKit'
s.version = '0.1.0'
s.version = '0.1.1'
s.summary = 'A short description of DDComponentsKit.'

# This description is used to generate tags and improve search results.
Expand Down
48 changes: 0 additions & 48 deletions Example/DDComponentsKit.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -297,7 +297,6 @@
6003F587195388D20070C39A /* Frameworks */,
6003F588195388D20070C39A /* Resources */,
93D66B88324B8701C2252F3D /* [CP] Embed Pods Frameworks */,
9ED920E372F8A9D2FE5D957B /* [CP] Copy Pods Resources */,
);
buildRules = (
);
Expand All @@ -316,8 +315,6 @@
6003F5AA195388D20070C39A /* Sources */,
6003F5AB195388D20070C39A /* Frameworks */,
6003F5AC195388D20070C39A /* Resources */,
111FA770DCC5BAC6107D9690 /* [CP] Embed Pods Frameworks */,
9EEA7FC694FB85C2D45EBC0D /* [CP] Copy Pods Resources */,
);
buildRules = (
);
Expand Down Expand Up @@ -386,21 +383,6 @@
/* End PBXResourcesBuildPhase section */

/* Begin PBXShellScriptBuildPhase section */
111FA770DCC5BAC6107D9690 /* [CP] Embed Pods Frameworks */ = {
isa = PBXShellScriptBuildPhase;
buildActionMask = 2147483647;
files = (
);
inputPaths = (
);
name = "[CP] Embed Pods Frameworks";
outputPaths = (
);
runOnlyForDeploymentPostprocessing = 0;
shellPath = /bin/sh;
shellScript = "\"${SRCROOT}/Pods/Target Support Files/Pods-DDComponentsKit_Tests/Pods-DDComponentsKit_Tests-frameworks.sh\"\n";
showEnvVarsInLog = 0;
};
93D66B88324B8701C2252F3D /* [CP] Embed Pods Frameworks */ = {
isa = PBXShellScriptBuildPhase;
buildActionMask = 2147483647;
Expand All @@ -419,36 +401,6 @@
shellScript = "\"${SRCROOT}/Pods/Target Support Files/Pods-DDComponentsKit_Example/Pods-DDComponentsKit_Example-frameworks.sh\"\n";
showEnvVarsInLog = 0;
};
9ED920E372F8A9D2FE5D957B /* [CP] Copy Pods Resources */ = {
isa = PBXShellScriptBuildPhase;
buildActionMask = 2147483647;
files = (
);
inputPaths = (
);
name = "[CP] Copy Pods Resources";
outputPaths = (
);
runOnlyForDeploymentPostprocessing = 0;
shellPath = /bin/sh;
shellScript = "\"${SRCROOT}/Pods/Target Support Files/Pods-DDComponentsKit_Example/Pods-DDComponentsKit_Example-resources.sh\"\n";
showEnvVarsInLog = 0;
};
9EEA7FC694FB85C2D45EBC0D /* [CP] Copy Pods Resources */ = {
isa = PBXShellScriptBuildPhase;
buildActionMask = 2147483647;
files = (
);
inputPaths = (
);
name = "[CP] Copy Pods Resources";
outputPaths = (
);
runOnlyForDeploymentPostprocessing = 0;
shellPath = /bin/sh;
shellScript = "\"${SRCROOT}/Pods/Target Support Files/Pods-DDComponentsKit_Tests/Pods-DDComponentsKit_Tests-resources.sh\"\n";
showEnvVarsInLog = 0;
};
A531E33E6505AF861EB930F4 /* [CP] Check Pods Manifest.lock */ = {
isa = PBXShellScriptBuildPhase;
buildActionMask = 2147483647;
Expand Down
8 changes: 4 additions & 4 deletions Example/Podfile.lock
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
PODS:
- DDComponentsKit (0.1.0)
- DDComponentsKit (0.1.1)

DEPENDENCIES:
- DDComponentsKit (from `../`)

EXTERNAL SOURCES:
DDComponentsKit:
:path: ../
:path: "../"

SPEC CHECKSUMS:
DDComponentsKit: ffe65352fa0baf7c1247f721878c2714cc8c37a9
DDComponentsKit: 8b486316d505721b30a88d34a27f8de48dfd0f17

PODFILE CHECKSUM: 1fe1a77c2431bbf1c275641732ea83998ce3e8d8

COCOAPODS: 1.4.0
COCOAPODS: 1.5.3
8 changes: 4 additions & 4 deletions Example/Pods/Local Podspecs/DDComponentsKit.podspec.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 4 additions & 4 deletions Example/Pods/Manifest.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

548 changes: 301 additions & 247 deletions Example/Pods/Pods.xcodeproj/project.pbxproj

Large diffs are not rendered by default.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit e1b6bf9

Please sign in to comment.