Vasilis

fix

Pod::Spec.new do |spec|
spec.name = "WarplySDKFrameworkIOS"
spec.version = "0.0.13"
spec.version = "0.0.14"
spec.summary = "A framework used for several functionalities."
spec.description = "This is the Warply framework used for react native or swift apps for analytics, push notifications and the functionality of the app."
......@@ -17,7 +17,7 @@ Pod::Spec.new do |spec|
spec.platform = :ios, "11.0"
spec.source = { :git => "https://git.warp.ly/open-source/warply_sdk_framework.git", :tag => "0.0.13" }
spec.source = { :git => "https://git.warp.ly/open-source/warply_sdk_framework.git", :tag => "0.0.14" }
spec.source_files = "WarplySDKFrameworkIOS.framework/headers/*.h"
spec.exclude_files = "Classes/Exclude"
......