|
@@ -28,6 +28,10 @@ import Foundation
|
|
|
@_exported import FoundationNetworking
|
|
@_exported import FoundationNetworking
|
|
|
#endif
|
|
#endif
|
|
|
|
|
|
|
|
|
|
+#if swift(<5.3)
|
|
|
|
|
+#error("Alamofire doesn't support Swift versions below 5.3")
|
|
|
|
|
+#endif
|
|
|
|
|
+
|
|
|
/// Reference to `Session.default` for quick bootstrapping and examples.
|
|
/// Reference to `Session.default` for quick bootstrapping and examples.
|
|
|
public let AF = Session.default
|
|
public let AF = Session.default
|
|
|
|
|
|