diff --git a/ESUIHelper.podspec b/ESUIHelper.podspec index 0be9663..e76c6c1 100644 --- a/ESUIHelper.podspec +++ b/ESUIHelper.podspec @@ -1,5 +1,5 @@ Pod::Spec.new do |s| - s.platforms = { :ios => "13.0", :osx => "10.15", :watchos => "6.0", :tvos => "13.0" } + s.platforms = { :ios => "13.0" } s.name = "ESUIHelper" s.summary = "ESUIHelper swift 5.2 UI framework for simple development amazing apps." s.requires_arc = true @@ -10,13 +10,13 @@ Pod::Spec.new do |s| s.source = { :git => "https://github.com/ESKARIA/ESUIHelper.git", :tag => "#{s.version}"} s.framework = "UIKit" s.source_files = "Sources/ESUIHelper/**/*.{swift}" - s.resources = "Sources/ESUIHelper/**/*.{png,jpeg,jpg,storyboard,xib}" + s.swift_version = "5.2" +# s.resources = "Sources/ESUIHelper/**/*.{png,jpeg,jpg,storyboard,xib}" ##### # Waiting swift 5.3 for use bundle ##### # s.resource_bundles = { # 'DevHelperAssets' => ['Sources/ESUIHelper/**/*.xcassets'] # } - s.swift_version = "5.2" end