Skip to content

Commit

Permalink
Updated to Swift 4.2
Browse files Browse the repository at this point in the history
  • Loading branch information
mikaoj committed Sep 19, 2018
1 parent c57a3c5 commit eb5a2fc
Show file tree
Hide file tree
Showing 20 changed files with 173 additions and 154 deletions.
8 changes: 4 additions & 4 deletions BSImagePicker.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = "BSImagePicker"
s.version = "2.8.0"
s.version = "2.8.2"
s.summary = "BSImagePicker is a multiple image picker for iOS. UIImagePickerController replacement"
s.description = <<-DESC
A mix between the native iOS gallery and facebooks image picker. Allows you to preview and select multiple images.
Expand All @@ -13,7 +13,7 @@ Pod::Spec.new do |s|

s.platform = :ios, '8.0'
s.requires_arc = true
s.swift_version = '4.1'
s.swift_version = '4.2'

s.source_files = 'Source/**/*.swift'
s.resource_bundles = {
Expand All @@ -25,6 +25,6 @@ Pod::Spec.new do |s|
}

s.frameworks = 'UIKit', 'Photos'
s.dependency 'BSImageView', '~> 1.0.0'
s.dependency 'BSGridCollectionViewLayout', '~> 1.2.0'
s.dependency 'BSImageView', '1.0.2'
s.dependency 'BSGridCollectionViewLayout', '1.2.2'
end
2 changes: 2 additions & 0 deletions BSImagePicker.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@
607FACDD1AFB9204008FA782 /* Images.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = 607FACDC1AFB9204008FA782 /* Images.xcassets */; };
607FACE01AFB9204008FA782 /* LaunchScreen.xib in Resources */ = {isa = PBXBuildFile; fileRef = 607FACDE1AFB9204008FA782 /* LaunchScreen.xib */; };
7A586D1B6B09B1C1E170FE32 /* Pods_Tests.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = F1CAE39554B42C348AB880FB /* Pods_Tests.framework */; };
7A5F7EDE9CD69925606959D9 /* Pods_Example.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 0C23A7F8CA60DB2B576AA0FF /* Pods_Example.framework */; };
/* End PBXBuildFile section */

/* Begin PBXContainerItemProxy section */
Expand Down Expand Up @@ -87,6 +88,7 @@
isa = PBXFrameworksBuildPhase;
buildActionMask = 2147483647;
files = (
7A5F7EDE9CD69925606959D9 /* Pods_Example.framework in Frameworks */,
);
runOnlyForDeploymentPostprocessing = 0;
};
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<Scheme
LastUpgradeVersion = "0940"
LastUpgradeVersion = "1000"
version = "1.3">
<BuildAction
parallelizeBuildables = "YES"
Expand Down
2 changes: 1 addition & 1 deletion Cartfile
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
github "mikaoj/BSImageView" ~> 1.0.1
github "mikaoj/BSImageView" ~> 1.0
github "mikaoj/BSGridCollectionViewLayout" ~> 1.2
14 changes: 7 additions & 7 deletions Podfile.lock
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
PODS:
- BSGridCollectionViewLayout (1.2.1)
- BSGridCollectionViewLayout (1.2.2)
- BSImagePicker (2.8.0):
- BSGridCollectionViewLayout (~> 1.2.0)
- BSImageView (~> 1.0.0)
- BSImageView (1.0.0)
- BSGridCollectionViewLayout (= 1.2.2)
- BSImageView (= 1.0.2)
- BSImageView (1.0.2)

DEPENDENCIES:
- BSImagePicker (from `./`)
Expand All @@ -18,9 +18,9 @@ EXTERNAL SOURCES:
:path: "./"

SPEC CHECKSUMS:
BSGridCollectionViewLayout: 1a7d6f30517d3c9d181774bc74be4dfcab7b8115
BSImagePicker: b3e38f59ea8c79ce9c848d75239e8dd1f75f9982
BSImageView: ed9c50d917111d8cac66c21c5a41c03f57908819
BSGridCollectionViewLayout: 3e6f23b3a2b4f0ca9afae09ca01389d1057f7b32
BSImagePicker: d7811a22930ef205e22737d026cbcc42d1906ebc
BSImageView: ab22ff8cae61f1ae17a3c9efeeb216af3cf84a09

PODFILE CHECKSUM: 63d969a3f2dfa7a6c37f31de7279d2a43dd77a2d

Expand Down
2 changes: 1 addition & 1 deletion Pods/BSImageView/README.md

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

2 changes: 1 addition & 1 deletion Pods/BSImageView/Source/BSImageView.swift

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

6 changes: 3 additions & 3 deletions Pods/BSImageView/Source/ImageViewLayout.swift

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

6 changes: 3 additions & 3 deletions Pods/Local Podspecs/BSImagePicker.podspec.json

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

14 changes: 7 additions & 7 deletions Pods/Manifest.lock

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

Loading

0 comments on commit eb5a2fc

Please sign in to comment.