Skip to content

Commit

Permalink
Fixing crash
Browse files Browse the repository at this point in the history
  • Loading branch information
glassipbel committed Jun 27, 2017
1 parent 7983dd2 commit 75c6d45
Show file tree
Hide file tree
Showing 7 changed files with 11 additions and 11 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 = '1.0.3'
s.version = '1.0.4'
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 BubblePictures/Classes/BubblePictures.swift
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,11 @@ import UIKit
public class BubblePictures: NSObject {

public init(collectionView: UICollectionView, configFiles: [BPCellConfigFile], layoutConfigurator: BPLayoutConfigurator = BPLayoutConfigurator()) {
self.collectionView.dataSource = nil
self.collectionView.delegate = nil
self.configFiles = configFiles
self.collectionView = collectionView
self.layoutConfigurator = layoutConfigurator
self.collectionView.dataSource = nil
self.collectionView.delegate = nil
super.init()
registerForNotifications()
registerCells()
Expand Down
4 changes: 2 additions & 2 deletions Example/Podfile.lock
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
PODS:
- BubblePictures (1.0.3):
- BubblePictures (1.0.4):
- SDWebImage (~> 3.8)
- SDWebImage (3.8.2):
- SDWebImage/Core (= 3.8.2)
Expand All @@ -13,7 +13,7 @@ EXTERNAL SOURCES:
:path: ../

SPEC CHECKSUMS:
BubblePictures: d7dd9440304d7cf8c0821dacac6d4086fb151587
BubblePictures: 46f55427d42f014d231eae921c652dd8f7149923
SDWebImage: 098e97e6176540799c27e804c96653ee0833d13c

PODFILE CHECKSUM: 03dce109f13997fe0e10f9926001ac1dafef3399
Expand Down
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.

4 changes: 2 additions & 2 deletions Example/Pods/Manifest.lock

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.

0 comments on commit 75c6d45

Please sign in to comment.