Skip to content

Commit

Permalink
Revert CocoaPods version.
Browse files Browse the repository at this point in the history
  • Loading branch information
jshier committed Nov 25, 2018
1 parent 657b2e5 commit 32573d0
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 21 deletions.
2 changes: 0 additions & 2 deletions Alamofire.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,6 @@ Pod::Spec.new do |s|
s.source = { :git => 'https://github.com/Alamofire/Alamofire.git', :tag => s.version }
s.documentation_url = 'https://alamofire.github.io/Alamofire/'

# s.swift_versions = ['3', '4', '4.2']

s.ios.deployment_target = '8.0'
s.osx.deployment_target = '10.10'
s.tvos.deployment_target = '9.0'
Expand Down
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
source "https://rubygems.org"

gem "cocoapods", git: "https://github.com/CocoaPods/CocoaPods"
gem "cocoapods", "~> 1.6.0.beta.2"
gem "xcpretty"
gem "jazzy"
31 changes: 13 additions & 18 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,14 @@
GIT
remote: https://github.com/CocoaPods/CocoaPods
revision: aa28bd59c4a6400a2385a4142be036c994ae870a
GEM
remote: https://rubygems.org/
specs:
CFPropertyList (3.0.0)
activesupport (4.2.10)
i18n (~> 0.7)
minitest (~> 5.1)
thread_safe (~> 0.3, >= 0.3.4)
tzinfo (~> 1.1)
atomos (0.1.3)
claide (1.0.2)
cocoapods (1.6.0.beta.2)
activesupport (>= 4.0.2, < 5)
claide (>= 1.0.2, < 2.0)
Expand All @@ -15,24 +22,12 @@ GIT
cocoapods-try (>= 1.1.0, < 2.0)
colored2 (~> 3.1)
escape (~> 0.0.4)
fourflusher (~> 2.1.0)
fourflusher (~> 2.0.1)
gh_inspector (~> 1.0)
molinillo (~> 0.6.6)
nap (~> 1.0)
ruby-macho (~> 1.3, >= 1.3.1)
xcodeproj (>= 1.7.0, < 2.0)

GEM
remote: https://rubygems.org/
specs:
CFPropertyList (3.0.0)
activesupport (4.2.10)
i18n (~> 0.7)
minitest (~> 5.1)
thread_safe (~> 0.3, >= 0.3.4)
tzinfo (~> 1.1)
atomos (0.1.3)
claide (1.0.2)
cocoapods-core (1.6.0.beta.2)
activesupport (>= 4.0.2, < 6)
fuzzy_match (~> 2.0.4)
Expand All @@ -51,7 +46,7 @@ GEM
concurrent-ruby (1.1.3)
escape (0.0.4)
ffi (1.9.25)
fourflusher (2.1.0)
fourflusher (2.0.1)
fuzzy_match (2.0.4)
gh_inspector (1.1.3)
i18n (0.9.5)
Expand Down Expand Up @@ -103,7 +98,7 @@ PLATFORMS
ruby

DEPENDENCIES
cocoapods!
cocoapods (~> 1.6.0.beta.2)
jazzy
xcpretty

Expand Down

0 comments on commit 32573d0

Please sign in to comment.