Skip to content

Commit

Permalink
Updated BSGridCollectionViewLayout to 1.1 and fixed Swift 2.2 warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
mikaoj committed Mar 25, 2016
1 parent 5a908ea commit 671ee17
Show file tree
Hide file tree
Showing 17 changed files with 161 additions and 154 deletions.
2 changes: 1 addition & 1 deletion BSImagePicker.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -28,5 +28,5 @@ Pod::Spec.new do |s|

s.frameworks = 'UIKit', 'Photos'
s.dependency 'UIImageViewModeScaleAspect', '~> 1.3'
s.dependency 'BSGridCollectionViewLayout', '~> 1.0'
s.dependency 'BSGridCollectionViewLayout', '~> 1.1'
end
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
# 2.3.0
* Initialize PhotosViewController AFTER we have permission to access photos.
* Buttons are now public vars.
* Fixed Swift 2.2 deprecation warnings

# 2.2.0
* Set default selection (by [AnthonyMDev])
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 = "0710"
LastUpgradeVersion = "0730"
version = "1.3">
<BuildAction
parallelizeBuildables = "YES"
Expand Down
8 changes: 4 additions & 4 deletions Example/Podfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PODS:
- BSGridCollectionViewLayout (1.0.1)
- BSGridCollectionViewLayout (1.1.0)
- BSImagePicker (2.3.0):
- BSGridCollectionViewLayout (~> 1.0)
- BSGridCollectionViewLayout (~> 1.1)
- UIImageViewModeScaleAspect (~> 1.3)
- UIImageViewModeScaleAspect (1.3)

Expand All @@ -13,8 +13,8 @@ EXTERNAL SOURCES:
:path: "../"

SPEC CHECKSUMS:
BSGridCollectionViewLayout: 60f542a260887148f9f4db1fc0e637e3d560df91
BSImagePicker: a58419aebee27e189a54812ab2ddedcf4388f686
BSGridCollectionViewLayout: 5fd85b2d944426e5c1ed824ae46eb8da44606cf8
BSImagePicker: 591b28ce4994c44cbc4ac896717c1db9f9fadd18
UIImageViewModeScaleAspect: ec78901acfc20d3782154111a21d34390f8f71ad

COCOAPODS: 0.39.0

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

2 changes: 1 addition & 1 deletion Example/Pods/BSGridCollectionViewLayout/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 Example/Pods/Local Podspecs/BSImagePicker.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.

14 changes: 12 additions & 2 deletions Example/Pods/Pods.xcodeproj/project.pbxproj

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.

Loading

0 comments on commit 671ee17

Please sign in to comment.