Skip to content

Commit a75d956

Browse files
committed
fix podspec version requirements
1 parent 3e70275 commit a75d956

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

ParselyAnalytics.podspec

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ Pod::Spec.new do |s|
1111
s.source = { :git => "https://github.com/Parsely/AnalyticsSDK-iOS.git", :tag => "#{s.version}" }
1212
s.source_files = "ParselyTracker"
1313
s.framework = 'Foundation'
14-
s.dependency 'SwiftyJSON', '~> 4.2.0'
15-
s.dependency 'Alamofire', '~> 4.8.2'
16-
s.dependency 'ReachabilitySwift', '~> 4.3.0'
14+
s.dependency 'SwiftyJSON', '~> 4.2'
15+
s.dependency 'Alamofire', '~> 4.8'
16+
s.dependency 'ReachabilitySwift', '~> 4.3'
1717
end

0 commit comments

Comments
 (0)