Vasilis

version 30

Pod::Spec.new do |spec|
spec.name = "WarplySDKFrameworkIOS"
spec.version = "0.0.29"
spec.version = "0.0.30"
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,10 +17,11 @@ 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.29" }
spec.source = { :git => "https://git.warp.ly/open-source/warply_sdk_framework.git", :tag => "0.0.30" }
spec.source_files = "WarplySDKFrameworkIOS*", "WarplySDKFrameworkIOS.framework/headers/*.h"
# spec.exclude_files = "Classes/Exclude"
spec.vendored_frameworks = "WarplySDKFrameworkIOS.framework"
spec.exclude_files = "Classes/Exclude"
# spec.resource_bundles = {
# 'Resources' => ['WarplySDKFrameworkIOS/*.xcassets', 'WarplySDKFrameworkIOS/WarplySDKFrameworkIOS/*.xcassets']
......