Skip to content

Commit

Permalink
ch
Browse files Browse the repository at this point in the history
  • Loading branch information
kirillkotov committed Oct 20, 2020
1 parent 89ea303 commit 7ec328f
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 3 deletions.
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 = "1.0.0.5"
spec.version = "1.0.0.7"
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 'SwiftyBeaver'

# ――― Project Settings ――――――――――――――――――――――――――――――――――――――――――――――――――――――――― #
#
Expand Down
4 changes: 4 additions & 0 deletions HyberSDK.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
/* Begin PBXBuildFile section */
21CF6E7C440E8C87EFF44A94 /* Pods_HyberSDKTests.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 36BCB4E46C2F114CEAD245C7 /* Pods_HyberSDKTests.framework */; };
BA1A13B4253E85D700E93196 /* HyberSDK.podspec in Resources */ = {isa = PBXBuildFile; fileRef = BA1A13B3253E85D700E93196 /* HyberSDK.podspec */; };
BA1A13B6253E899E00E93196 /* Podfile in Resources */ = {isa = PBXBuildFile; fileRef = BA1A13B5253E899E00E93196 /* Podfile */; };
BA1C39F6253CB69000052185 /* HyberSDK.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = BA1C39EC253CB69000052185 /* HyberSDK.framework */; };
BA1C39FB253CB69000052185 /* HyberSDKTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = BA1C39FA253CB69000052185 /* HyberSDKTests.swift */; };
BA1C39FD253CB69000052185 /* HyberSDK.h in Headers */ = {isa = PBXBuildFile; fileRef = BA1C39EF253CB69000052185 /* HyberSDK.h */; settings = {ATTRIBUTES = (Public, ); }; };
Expand Down Expand Up @@ -40,6 +41,7 @@
62EFA8335FEA29B595B9A5BB /* Pods-HyberSDKTests.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-HyberSDKTests.debug.xcconfig"; path = "Target Support Files/Pods-HyberSDKTests/Pods-HyberSDKTests.debug.xcconfig"; sourceTree = "<group>"; };
8BE323D9F391699D4AA1D26E /* Pods_HyberSDK.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = Pods_HyberSDK.framework; sourceTree = BUILT_PRODUCTS_DIR; };
BA1A13B3253E85D700E93196 /* HyberSDK.podspec */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = HyberSDK.podspec; sourceTree = "<group>"; };
BA1A13B5253E899E00E93196 /* Podfile */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = Podfile; sourceTree = "<group>"; };
BA1C39EC253CB69000052185 /* HyberSDK.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = HyberSDK.framework; sourceTree = BUILT_PRODUCTS_DIR; };
BA1C39EF253CB69000052185 /* HyberSDK.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = HyberSDK.h; sourceTree = "<group>"; };
BA1C39F0253CB69000052185 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
Expand Down Expand Up @@ -88,6 +90,7 @@
BA1C39E2253CB68F00052185 = {
isa = PBXGroup;
children = (
BA1A13B5253E899E00E93196 /* Podfile */,
BA1A13B3253E85D700E93196 /* HyberSDK.podspec */,
BA1C39EE253CB69000052185 /* HyberSDK */,
BA1C39F9253CB69000052185 /* HyberSDKTests */,
Expand Down Expand Up @@ -254,6 +257,7 @@
isa = PBXResourcesBuildPhase;
buildActionMask = 2147483647;
files = (
BA1A13B6253E899E00E93196 /* Podfile in Resources */,
BA1A13B4253E85D700E93196 /* HyberSDK.podspec in Resources */,
);
runOnlyForDeploymentPostprocessing = 0;
Expand Down
Binary file not shown.
2 changes: 1 addition & 1 deletion Podfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,6 @@ SPEC CHECKSUMS:
JSON: 93622160a062588b4cd3497b77ccd777f1fd0587
SwiftyBeaver: b8239f6bfe9e1ea3303e6139abc8c24228081d84

PODFILE CHECKSUM: 7041739f4290a18397c4657fafe70f53064a5185
PODFILE CHECKSUM: fd34541910002fef0921a7490b5d7a0196426fb9

COCOAPODS: 1.7.0

0 comments on commit 7ec328f

Please sign in to comment.