Skip to content

Commit

Permalink
imports fix
Browse files Browse the repository at this point in the history
  • Loading branch information
alexfill-gen committed Feb 5, 2022
1 parent 74ea76a commit 186e877
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 4 deletions.
2 changes: 0 additions & 2 deletions Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,6 @@ let package = Package(
],
dependencies: [
.package(url: "https://github.com/ninjaprox/NVActivityIndicatorView.git", from: "5.1.1")
// Dependencies declare other packages that this package depends on.
// .package(url: /* package url */, from: "1.0.0"),
],
targets: [
// Targets are the basic building blocks of a package. A target can define a module or a test suite.
Expand Down
2 changes: 1 addition & 1 deletion PandaSDK.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ Pod::Spec.new do |spec|
#

spec.name = "PandaSDK"
spec.version = "0.5.1"
spec.version = "0.5.2"
spec.summary = "Panda pod which will help us boost our revenue."

# This description is used to generate tags and improve search results.
Expand Down
2 changes: 1 addition & 1 deletion Sources/PandaSDK/Networking/PandaUserInfo.swift
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
// Created by Aleksey Filobok on 04.12.2021.
//

import Foundation
import UIKit

struct PandaUserInfo: Codable {
let deviceFamily: String = UIDevice.current.userInterfaceIdiom == .phone ? "iPhone" : "iPad"
Expand Down

0 comments on commit 186e877

Please sign in to comment.