Skip to content

Commit

Permalink
Update cocoapods
Browse files Browse the repository at this point in the history
  • Loading branch information
glassipbel committed Apr 9, 2019
1 parent 6409581 commit 9d49d3c
Show file tree
Hide file tree
Showing 15 changed files with 1,045 additions and 939 deletions.
2 changes: 1 addition & 1 deletion BubblePictures.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = 'BubblePictures'
s.version = '2.1.1'
s.version = '2.1.2'
s.summary = 'Framework for showing bubbles like pictures.'
s.description = 'Framework for showing bubbles like pictures inside a collection View, the frameworks handles everything for you, you just need to pass the pictures with the titles and thats it.'
s.homepage = 'https://github.com/kbelter/BubblePictures'
Expand Down
4 changes: 2 additions & 2 deletions Example/BubblePictures.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -184,7 +184,7 @@
files = (
);
inputPaths = (
"${SRCROOT}/Pods/Target Support Files/Pods-BubblePictures_Example/Pods-BubblePictures_Example-frameworks.sh",
"${PODS_ROOT}/Target Support Files/Pods-BubblePictures_Example/Pods-BubblePictures_Example-frameworks.sh",
"${BUILT_PRODUCTS_DIR}/BubblePictures/BubblePictures.framework",
"${BUILT_PRODUCTS_DIR}/SDWebImage/SDWebImage.framework",
);
Expand All @@ -195,7 +195,7 @@
);
runOnlyForDeploymentPostprocessing = 0;
shellPath = /bin/sh;
shellScript = "\"${SRCROOT}/Pods/Target Support Files/Pods-BubblePictures_Example/Pods-BubblePictures_Example-frameworks.sh\"\n";
shellScript = "\"${PODS_ROOT}/Target Support Files/Pods-BubblePictures_Example/Pods-BubblePictures_Example-frameworks.sh\"\n";
showEnvVarsInLog = 0;
};
7B1D1B37D5B167CEA8429CE7 /* [CP] Check Pods Manifest.lock */ = {
Expand Down
6 changes: 3 additions & 3 deletions Example/Podfile.lock
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
PODS:
- BubblePictures (2.1.1):
- BubblePictures (2.1.2):
- SDWebImage
- SDWebImage (5.0.0):
- SDWebImage/Core (= 5.0.0)
Expand All @@ -17,9 +17,9 @@ EXTERNAL SOURCES:
:path: "../"

SPEC CHECKSUMS:
BubblePictures: 192ffa3f9a333ad85dacdebfa51985e3244a9e83
BubblePictures: 1e4e80c1ebc5058159f09cf3c02742e7a0c21e0a
SDWebImage: 5de80a0302de9e377e62f47d2fa1304efff0e55f

PODFILE CHECKSUM: 02208cc61d3dc992703211a50fcd1770f63e8932

COCOAPODS: 1.5.3
COCOAPODS: 1.6.1
4 changes: 2 additions & 2 deletions Example/Pods/Local Podspecs/BubblePictures.podspec.json

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

6 changes: 3 additions & 3 deletions Example/Pods/Manifest.lock

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

1,814 changes: 904 additions & 910 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.

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

26 changes: 26 additions & 0 deletions Example/Pods/Target Support Files/SDWebImage/SDWebImage-Info.plist

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 9d49d3c

Please sign in to comment.