Skip to content

Commit 49d4c1d

Browse files
committed
Auto import Alamofire and SwiftyJSON when imported BuckoNetworking.
1 parent e0f1025 commit 49d4c1d

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

BuckoNetworking/Bucko.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ public struct Bucko {
5858
/**
5959
Make API requests. Use this to handle responses with your own response closure. The example
6060
uses responseData to handle the response. If you are expecting JSON, you should
61-
use Bucko.shared.request(endpoint:,completion:) instead.
61+
use `Bucko.shared.request(endpoint:,completion:)` instead.
6262

6363
Example:
6464

BuckoNetworking/BuckoNetworking.h

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@
77
//
88

99
@import Foundation;
10+
@import Alamofire;
11+
@import SwiftyJSON;
1012

1113
//! Project version number for BuckoNetworking.
1214
FOUNDATION_EXPORT double BuckoNetworkingVersionNumber;

0 commit comments

Comments
 (0)