diff --git a/Transloadit.podspec b/Transloadit.podspec index b3baca5..e9e4777 100644 --- a/Transloadit.podspec +++ b/Transloadit.podspec @@ -8,7 +8,7 @@ Pod::Spec.new do |s| s.name = 'Transloadit' - s.version = '2.1.3.alpha' + s.version = '2.0.0' s.summary = 'A short description of Transloadit.' s.swift_version = '5.0' @@ -40,5 +40,5 @@ TODO: Add long description of the pod here. # s.public_header_files = 'Pod/Classes/**/*.h' # s.frameworks = 'UIKit', 'MapKit' # s.dependency 'AFNetworking', '~> 2.3' - s.dependency 'TUSKit', '~> 2.1.5.alpha' + s.dependency 'TUSKit', '~> 2.0.0' end