Skip to content

Commit 2eff54c

Browse files
committed
[in-progress] lint podspec
1 parent 6e0c4e1 commit 2eff54c

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

ESUIHelper.podspec

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
Pod::Spec.new do |s|
2-
s.platforms = { :ios => "13.0", :osx => "10.15", :watchos => "6.0", :tvos => "13.0" }
2+
s.platforms = { :ios => "13.0" }
33
s.name = "ESUIHelper"
44
s.summary = "ESUIHelper swift 5.2 UI framework for simple development amazing apps."
55
s.requires_arc = true
@@ -10,13 +10,13 @@ Pod::Spec.new do |s|
1010
s.source = { :git => "https://github.com/ESKARIA/ESUIHelper.git", :tag => "#{s.version}"}
1111
s.framework = "UIKit"
1212
s.source_files = "Sources/ESUIHelper/**/*.{swift}"
13-
s.resources = "Sources/ESUIHelper/**/*.{png,jpeg,jpg,storyboard,xib}"
13+
s.swift_version = "5.2"
1414

15+
# s.resources = "Sources/ESUIHelper/**/*.{png,jpeg,jpg,storyboard,xib}"
1516
#####
1617
# Waiting swift 5.3 for use bundle
1718
#####
1819
# s.resource_bundles = {
1920
# 'DevHelperAssets' => ['Sources/ESUIHelper/**/*.xcassets']
2021
# }
21-
s.swift_version = "5.2"
2222
end

0 commit comments

Comments
 (0)