diff --git a/MediaBrowser.podspec b/MediaBrowser.podspec index 010dded..946d194 100644 --- a/MediaBrowser.podspec +++ b/MediaBrowser.podspec @@ -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 @@ -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 diff --git a/MediaBrowser.xcodeproj/project.pbxproj b/MediaBrowser.xcodeproj/project.pbxproj index d7ab50d..1aee949 100644 --- a/MediaBrowser.xcodeproj/project.pbxproj +++ b/MediaBrowser.xcodeproj/project.pbxproj @@ -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 */; }; @@ -98,6 +99,7 @@ files = ( 71596D6C20148BBE00870E29 /* SDWebImage.framework in Frameworks */, 71596D6E20148BC300870E29 /* UICircularProgressRing.framework in Frameworks */, + 1782752C1C0AD35E459547A2 /* Pods_MediaBrowser.framework in Frameworks */, ); runOnlyForDeploymentPostprocessing = 0; }; @@ -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 */ = { @@ -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 */ = {