Skip to content

Commit

Permalink
Merge pull request Moya#2196 from Moya/prepare-v-15
Browse files Browse the repository at this point in the history
Prepare Moya 15
  • Loading branch information
BasThomas authored Sep 2, 2021
2 parents 27938db + 51f02de commit 628f758
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Moya.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = "Moya"
s.version = "15.0.0-alpha.1"
s.version = "15.0.0"
s.summary = "Network abstraction layer written in Swift"
s.description = <<-EOS
Moya abstracts network commands using Swift Generics to provide developers
Expand All @@ -19,7 +19,7 @@ Pod::Spec.new do |s|
s.watchos.deployment_target = '3.0'
s.source = { :git => "https://github.com/Moya/Moya.git", :tag => s.version }
s.default_subspec = "Core"
s.swift_version = '5.2'
s.swift_version = '5.3'
s.cocoapods_version = '>= 1.4.0'

s.subspec "Core" do |ss|
Expand Down

0 comments on commit 628f758

Please sign in to comment.