Skip to content

Commit ce75cda

Browse files
committed
Merge branch 'release/1.0.4'
2 parents 198d1ff + c16c20e commit ce75cda

File tree

25 files changed

+173
-285
lines changed

25 files changed

+173
-285
lines changed

.swift-version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
4.0
1+
4.2

.travis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
osx_image: xcode9
1+
osx_image: xcode10
22
language: objective-c
33
cache:
44
- bundler
@@ -14,5 +14,5 @@ before_install:
1414
- brew update
1515
- bundle install && brew bundle
1616
install: bundle exec pod install --repo-update --silent
17-
script: bundle exec fastlane run_tests
17+
script: bundle exec fastlane tests
1818
after_success: bundle exec fastlane ci_framework_deploy

AlamofireLogging.podspec

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Pod::Spec.new do |s|
22
s.name = "AlamofireLogging"
3-
s.version = "1.0.3"
3+
s.version = "1.0.4"
44
s.summary = "Logging support for Alamofire"
55
s.homepage = "https://github.com/Digipolitan/alamofire-logging"
66
s.authors = "Digipolitan"
@@ -11,6 +11,6 @@ s.ios.deployment_target = '8.0'
1111
s.watchos.deployment_target = '2.0'
1212
s.tvos.deployment_target = '9.0'
1313
s.osx.deployment_target = '10.10'
14-
s.requires_arc = true
15-
s.dependency 'Alamofire', '~> 4.0'
14+
s.swift_version = '4.2'
15+
s.dependency 'Alamofire', '~> 4.8'
1616
end

0 commit comments

Comments
 (0)