Skip to content

Commit

Permalink
checked
Browse files Browse the repository at this point in the history
  • Loading branch information
kirillkotov committed Oct 18, 2020
1 parent 3f6879c commit e75343d
Show file tree
Hide file tree
Showing 8 changed files with 21 additions and 32 deletions.
Binary file modified .DS_Store
Binary file not shown.
4 changes: 2 additions & 2 deletions HyberSDK.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ Pod::Spec.new do |spec|
#

spec.name = "HyberSDK"
spec.version = "0.2.2"
spec.version = "1.0.0.3"
spec.summary = "A short description of HyberSDK."

# This description is used to generate tags and improve search results.
Expand Down Expand Up @@ -128,7 +128,7 @@ Pod::Spec.new do |spec|
spec.dependency "CryptoSwift", "1.0.0"
spec.dependency "SwiftyJSON"
spec.dependency "JSON"
spec.dependency 'RetrofireSwift'
#spec.dependency 'RetrofireSwift'

# ――― Project Settings ――――――――――――――――――――――――――――――――――――――――――――――――――――――――― #
#
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<key>HyberSDK.xcscheme_^#shared#^_</key>
<dict>
<key>orderHint</key>
<integer>9</integer>
<integer>6</integer>
</dict>
</dict>
</dict>
Expand Down
Binary file not shown.
7 changes: 4 additions & 3 deletions HyberSDK/HyberSDK.swift
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@
import Foundation
import UIKit
import CryptoSwift
import SwiftyBeaver

//import SwiftyBeaver
//
//import CoreData
//import FirebaseCore
//import FirebaseMessaging
Expand All @@ -31,7 +31,8 @@ public class HyberSDK {

public init(
//platform_branch: PushSdkParametersPublic,
log_level: String = "error"
log_level: String = "error",
kk: String = "h"
)
{
Constants.registrationstatus = UserDefaults.standard.bool(forKey: "registrationstatus")
Expand Down
2 changes: 1 addition & 1 deletion HyberSDK/api/hyber_adapter.swift
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
import Foundation
import CryptoSwift

import RetrofireSwift
//import RetrofireSwift

class HyberAPI {

Expand Down
6 changes: 3 additions & 3 deletions Podfile
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@ target 'HyberSDK' do
pod 'BoringSSL-GRPC'
pod 'CryptoSwift', '1.0.0'
pod 'JSON'
pod 'RetrofireSwift'
pod 'SwiftyBeaver'
#pod 'RetrofireSwift'
#pod 'SwiftyBeaver'

target 'HyberSDKTests' do
inherit! :search_paths
Expand All @@ -34,7 +34,7 @@ target 'HyberSDK' do
pod 'BoringSSL-GRPC'
pod 'CryptoSwift', '1.0.0'
pod 'JSON'
pod 'RetrofireSwift'
#pod 'RetrofireSwift'
pod 'SwiftyBeaver'
end

Expand Down
32 changes: 10 additions & 22 deletions Podfile.lock
Original file line number Diff line number Diff line change
@@ -1,45 +1,33 @@
PODS:
- Alamofire (5.0.5)
- BoringSSL-GRPC (0.0.7):
- BoringSSL-GRPC/Implementation (= 0.0.7)
- BoringSSL-GRPC/Interface (= 0.0.7)
- BoringSSL-GRPC/Implementation (0.0.7):
- BoringSSL-GRPC/Interface (= 0.0.7)
- BoringSSL-GRPC/Interface (0.0.7)
- BoringSSL-GRPC (0.0.13):
- BoringSSL-GRPC/Implementation (= 0.0.13)
- BoringSSL-GRPC/Interface (= 0.0.13)
- BoringSSL-GRPC/Implementation (0.0.13):
- BoringSSL-GRPC/Interface (= 0.0.13)
- BoringSSL-GRPC/Interface (0.0.13)
- CryptoSwift (1.0.0)
- JSON (5.0.0)
- RetrofireSwift (0.3.4):
- Alamofire
- SourceryForRetrofire (= 0.16.0-sfr-6)
- SourceryForRetrofire (0.16.0-sfr-6)
- SwiftyBeaver (1.8.4)
- SwiftyBeaver (1.9.2)

DEPENDENCIES:
- BoringSSL-GRPC
- CryptoSwift (= 1.0.0)
- JSON
- RetrofireSwift
- SwiftyBeaver

SPEC REPOS:
https://github.com/cocoapods/specs.git:
- Alamofire
- BoringSSL-GRPC
- CryptoSwift
- JSON
- RetrofireSwift
- SourceryForRetrofire
- SwiftyBeaver

SPEC CHECKSUMS:
Alamofire: df2f8f826963b08b9a870791ad48e07a10090b2e
BoringSSL-GRPC: 8edf627ee524575e2f8d19d56f068b448eea3879
BoringSSL-GRPC: 41adfd4432a3de4d89c5804e901749e62a7fe3e9
CryptoSwift: d81eeaa59dc5a8d03720fe919a6fd07b51f7439f
JSON: 93622160a062588b4cd3497b77ccd777f1fd0587
RetrofireSwift: 4c3611bd341af957c7ffbd1c24ac93ee5af496fd
SourceryForRetrofire: 1430840a10403d89165b29543a64f4c979278f4a
SwiftyBeaver: f9a9aba96a6a6166e21682377804d728b0d20b95
SwiftyBeaver: b8239f6bfe9e1ea3303e6139abc8c24228081d84

PODFILE CHECKSUM: bd08a5afac91a4c04e3f41ce70c66a705271b1db
PODFILE CHECKSUM: 7041739f4290a18397c4657fafe70f53064a5185

COCOAPODS: 1.7.0

0 comments on commit e75343d

Please sign in to comment.