Skip to content

Commit

Permalink
Updated podspec
Browse files Browse the repository at this point in the history
  • Loading branch information
WCByrne committed Jul 20, 2018
1 parent 88e9092 commit bfeab95
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 1 addition & 1 deletion CBToolkit.podspec
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Pod::Spec.new do |s|

s.name = "CBToolkit"
s.version = "0.2.3"
s.version = "1.0"
s.summary = "A UI and utility Toolkit for iOS"
s.homepage = "https://github.com/WCByrne/CBToolkit"
s.license = "MIT"
Expand Down
2 changes: 0 additions & 2 deletions CBToolkit/CBToolkit/CBPhotoFetcher.swift
Original file line number Diff line number Diff line change
Expand Up @@ -245,8 +245,6 @@ class CBImageFetchRequest : NSObject, NSURLConnectionDelegate, NSURLConnectionDa

}



func urlSession(_ session: URLSession, downloadTask: URLSessionDownloadTask, didWriteData bytesWritten: Int64, totalBytesWritten: Int64, totalBytesExpectedToWrite: Int64) {
self.progress = Float(totalBytesWritten) / Float(totalBytesExpectedToWrite)
DispatchQueue.main.async(execute: {
Expand Down

0 comments on commit bfeab95

Please sign in to comment.