Skip to content

Commit

Permalink
Merge pull request #1 from godpp/develop
Browse files Browse the repository at this point in the history
EMERGENCY UPDATE!
  • Loading branch information
godpp authored Feb 20, 2019
2 parents 44f4b19 + a97b69c commit fce09e5
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion Booster.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ Pod::Spec.new do |s|
#

s.name = "Booster"
s.version = "0.0.1"
s.version = "0.0.2"
s.summary = "Booster is an HTTP networking librart written in Swift."

# This description is used to generate tags and improve search results.
Expand Down
3 changes: 3 additions & 0 deletions Sources/BoosterCenter.swift
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,9 @@ import Foundation
public typealias HTTPHeader = [HTTPHeaderField: String]

public class BoosterCenter<Service: BoosterService> {

public init() {}

public func request(
_ service: Service,
completion: @escaping (
Expand Down

0 comments on commit fce09e5

Please sign in to comment.