Skip to content

Commit

Permalink
update pod spec
Browse files Browse the repository at this point in the history
  • Loading branch information
younatics committed Jan 21, 2018
1 parent 6424cc8 commit 43e30b1
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
4 changes: 2 additions & 2 deletions MediaBrowser.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

Pod::Spec.new do |s|
s.name = 'MediaBrowser'
s.version = '2.0.7'
s.version = '2.1.0'
s.summary = 'A simple iOS photo and video browser with optional grid view, captions and selections written in Swift4.'

s.description = <<-DESCRIPTION
Expand Down Expand Up @@ -37,7 +37,7 @@ MediaBrowser can display one or more images or videos by providing either UIImag
s.weak_frameworks = 'Photos'

s.dependency 'SDWebImage'
s.dependency 'UICircularProgressRing', '~> 1.7.2'
s.dependency 'UICircularProgressRing', '~> 1.7.5'
s.pod_target_xcconfig = { 'SWIFT_VERSION' => '4.0' }
s.requires_arc = true
end
6 changes: 4 additions & 2 deletions MediaBrowser.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
objects = {

/* Begin PBXBuildFile section */
1782752C1C0AD35E459547A2 /* Pods_MediaBrowser.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 570922FC966732103FB7D306 /* Pods_MediaBrowser.framework */; };
1906ABB61F5F81120052DC3A /* MediaBrowser.h in Headers */ = {isa = PBXBuildFile; fileRef = 1906ABB41F5F81120052DC3A /* MediaBrowser.h */; settings = {ATTRIBUTES = (Public, ); }; };
1906ABC31F5F812D0052DC3A /* AppDelegate.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1906ABC21F5F812D0052DC3A /* AppDelegate.swift */; };
1906ABC51F5F812D0052DC3A /* ViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1906ABC41F5F812D0052DC3A /* ViewController.swift */; };
Expand Down Expand Up @@ -98,6 +99,7 @@
files = (
71596D6C20148BBE00870E29 /* SDWebImage.framework in Frameworks */,
71596D6E20148BC300870E29 /* UICircularProgressRing.framework in Frameworks */,
1782752C1C0AD35E459547A2 /* Pods_MediaBrowser.framework in Frameworks */,
);
runOnlyForDeploymentPostprocessing = 0;
};
Expand Down Expand Up @@ -326,7 +328,7 @@
);
runOnlyForDeploymentPostprocessing = 0;
shellPath = /bin/sh;
shellScript = "test -z \"${CARTHAGE}\" || exit 0\n\ndiff \"${PODS_PODFILE_DIR_PATH}/Podfile.lock\" \"${PODS_ROOT}/Manifest.lock\" > /dev/null\nif [ $? != 0 ] ; then\n # print error to STDERR\n echo \"error: The sandbox is not in sync with the Podfile.lock. Run 'pod install' or update your CocoaPods installation.\" >&2\n exit 1\nfi\n# This output is used by Xcode 'outputs' to avoid re-running this script phase.\necho \"SUCCESS\" > \"${SCRIPT_OUTPUT_FILE_0}\"\n";
shellScript = "diff \"${PODS_PODFILE_DIR_PATH}/Podfile.lock\" \"${PODS_ROOT}/Manifest.lock\" > /dev/null\nif [ $? != 0 ] ; then\n # print error to STDERR\n echo \"error: The sandbox is not in sync with the Podfile.lock. Run 'pod install' or update your CocoaPods installation.\" >&2\n exit 1\nfi\n# This output is used by Xcode 'outputs' to avoid re-running this script phase.\necho \"SUCCESS\" > \"${SCRIPT_OUTPUT_FILE_0}\"\n";
showEnvVarsInLog = 0;
};
369573559A2B17E91D9089BA /* [CP] Embed Pods Frameworks */ = {
Expand Down Expand Up @@ -378,7 +380,7 @@
);
runOnlyForDeploymentPostprocessing = 0;
shellPath = /bin/sh;
shellScript = "test -z \"${CARTHAGE}\" || exit 0\n\n\"${SRCROOT}/Pods/Target Support Files/Pods-MediaBrowser/Pods-MediaBrowser-resources.sh\"\n";
shellScript = "\"${SRCROOT}/Pods/Target Support Files/Pods-MediaBrowser/Pods-MediaBrowser-resources.sh\"\n";
showEnvVarsInLog = 0;
};
EE79300A0D923DC6E0E0A33D /* [CP] Check Pods Manifest.lock */ = {
Expand Down

0 comments on commit 43e30b1

Please sign in to comment.