Skip to content

Commit

Permalink
updated GKNetworkingKit to v1.1.0, updating Moya dependency to v12.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
gligorkot committed Nov 20, 2018
1 parent 3bcdfc5 commit 4ba2eef
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions GKNetworkingKit.podspec
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Pod::Spec.new do |s|

s.name = 'GKNetworkingKit'
s.version = '1.0.0'
s.version = '1.1.0'
s.summary = 'GKNetworkingKit framework.'
s.description = <<-DESC
* GKNetworkingKit framework
Expand All @@ -17,7 +17,7 @@ Pod::Spec.new do |s|
s.source_files = 'Classes/**', 'Classes/**/*.{swift}'
s.pod_target_xcconfig = { 'SWIFT_VERSION' => '4.2' }

s.dependency 'Moya', '~> 11.0.x'
s.dependency 'Moya', '~> 12.0.x'
s.dependency 'GKBaseKit', '~> 1.0.x'
s.requires_arc = true

Expand Down

0 comments on commit 4ba2eef

Please sign in to comment.