Skip to content

Commit

Permalink
podspec fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
kirillkotov committed Oct 18, 2020
1 parent d3c1920 commit 3f6879c
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 4 deletions.
Binary file modified .DS_Store
Binary file not shown.
7 changes: 4 additions & 3 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.1"
spec.version = "0.2.2"
spec.summary = "A short description of HyberSDK."

# This description is used to generate tags and improve search results.
Expand All @@ -25,7 +25,7 @@ Pod::Spec.new do |spec|
# * Write the description between the DESC delimiters below.
# * Finally, don't worry about the indent, CocoaPods strips it!
spec.description = <<-DESC
This is SDK for Hyber. afa fdfasdf asdf hfdghfg hdfgh gh dfg hdfgh dfgh dfgh dfghd hd
This is SDK for Hyber. This SDK is for communication web service API only.
DESC

spec.homepage = "https://www.facebook.com/ard"
Expand Down Expand Up @@ -53,7 +53,7 @@ Pod::Spec.new do |spec|
# profile URL.
#

spec.author = { "gms" => "gms@gms-worldwide.com" }
spec.author = { "Hyber" => "hyber@hyber.com" }

# ――― Platform Specifics ――――――――――――――――――――――――――――――――――――――――――――――――――――――― #
#
Expand Down Expand Up @@ -128,6 +128,7 @@ Pod::Spec.new do |spec|
spec.dependency "CryptoSwift", "1.0.0"
spec.dependency "SwiftyJSON"
spec.dependency "JSON"
spec.dependency 'RetrofireSwift'

# ――― Project Settings ――――――――――――――――――――――――――――――――――――――――――――――――――――――――― #
#
Expand Down
6 changes: 5 additions & 1 deletion HyberSDK.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
archiveVersion = 1;
classes = {
};
objectVersion = 50;
objectVersion = 51;
objects = {

/* Begin PBXBuildFile section */
Expand All @@ -18,6 +18,7 @@
BA8D3418253CC12E005BDC33 /* hyber_answer_func.swift in Sources */ = {isa = PBXBuildFile; fileRef = BA8D3415253CC12E005BDC33 /* hyber_answer_func.swift */; };
BA8D3419253CC12E005BDC33 /* params.swift in Sources */ = {isa = PBXBuildFile; fileRef = BA8D3416253CC12E005BDC33 /* params.swift */; };
BA8D341C253CC14A005BDC33 /* hyber_adapter.swift in Sources */ = {isa = PBXBuildFile; fileRef = BA8D341B253CC14A005BDC33 /* hyber_adapter.swift */; };
BA8D341E253CCA24005BDC33 /* HyberSDK.xcworkspace in Resources */ = {isa = PBXBuildFile; fileRef = BA8D341D253CCA24005BDC33 /* HyberSDK.xcworkspace */; };
C04482AA53327CA7596F1B6C /* Pods_HyberSDK.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 8BE323D9F391699D4AA1D26E /* Pods_HyberSDK.framework */; };
/* End PBXBuildFile section */

Expand Down Expand Up @@ -51,6 +52,7 @@
BA8D3415253CC12E005BDC33 /* hyber_answer_func.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = hyber_answer_func.swift; sourceTree = "<group>"; };
BA8D3416253CC12E005BDC33 /* params.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = params.swift; sourceTree = "<group>"; };
BA8D341B253CC14A005BDC33 /* hyber_adapter.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = hyber_adapter.swift; sourceTree = "<group>"; };
BA8D341D253CCA24005BDC33 /* HyberSDK.xcworkspace */ = {isa = PBXFileReference; lastKnownFileType = wrapper.workspace; path = HyberSDK.xcworkspace; sourceTree = "<group>"; };
/* End PBXFileReference section */

/* Begin PBXFrameworksBuildPhase section */
Expand Down Expand Up @@ -86,6 +88,7 @@
BA1C39E2253CB68F00052185 = {
isa = PBXGroup;
children = (
BA8D341D253CCA24005BDC33 /* HyberSDK.xcworkspace */,
BA1C39EE253CB69000052185 /* HyberSDK */,
BA1C39F9253CB69000052185 /* HyberSDKTests */,
BA1C39ED253CB69000052185 /* Products */,
Expand Down Expand Up @@ -251,6 +254,7 @@
isa = PBXResourcesBuildPhase;
buildActionMask = 2147483647;
files = (
BA8D341E253CCA24005BDC33 /* HyberSDK.xcworkspace in Resources */,
);
runOnlyForDeploymentPostprocessing = 0;
};
Expand Down
Binary file not shown.

0 comments on commit 3f6879c

Please sign in to comment.