diff --git a/OpenWebRTC-SDK.podspec b/OpenWebRTC-SDK.podspec index 382ed4a..417892b 100644 --- a/OpenWebRTC-SDK.podspec +++ b/OpenWebRTC-SDK.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |s| s.name = "OpenWebRTC-SDK" - s.version = "0.3.1" + s.version = "0.3.2" s.summary = "SDK for adding WebRTC to your app through OpenWebRTC" s.homepage = "http://www.openwebrtc.org" s.license = { :type => "BSD-2", :file => "LICENSE" } @@ -9,7 +9,7 @@ Pod::Spec.new do |s| s.platform = :ios, "7.0" s.source = { :git => "https://github.com/EricssonResearch/openwebrtc-ios-sdk.git", - :tag => "0.3.1" + :tag => "0.3.2" } s.source_files = "SDK/**/*.{h,m}" s.resources = "Resources/**"