Skip to content
This repository was archived by the owner on Feb 4, 2020. It is now read-only.

Commit 7c7f935

Browse files
committed
updated podspec
1 parent 640844e commit 7c7f935

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

PCAiOSLib.podspec

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ Pod::Spec.new do |s|
1414
s.summary = "The PCAiOSLib Cocoapod is an easy way to use the PCA Predict or Addressy type-ahead search technology within an iOS application."
1515
s.requires_arc = true
1616

17-
s.version = "1.0.3"
17+
s.version = "1.1.0"
1818

1919
s.license = { :type => "BSD", :file => "LICENSE" }
2020

@@ -25,8 +25,8 @@ Pod::Spec.new do |s|
2525
s.source = { :git => "https://github.com/PCAPredict/PCAiOSLib.git", :tag => "#{s.version}"}
2626

2727
s.framework = "UIKit"
28-
s.dependency 'Alamofire', '~> 4.2.0'
29-
s.dependency 'AlamofireObjectMapper', '~> 4.0'
28+
s.dependency 'Alamofire', '~> 4.8.1'
29+
s.dependency 'AlamofireObjectMapper', '~> 5.2.0'
3030

3131
s.source_files = "PCA-iOS-Lib/**/*.{swift}"
3232

0 commit comments

Comments
 (0)