Skip to content

Commit

Permalink
[in-progress] lint podspec
Browse files Browse the repository at this point in the history
  • Loading branch information
emvakar committed Jun 13, 2020
1 parent 6e0c4e1 commit 2eff54c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions ESUIHelper.podspec
Original file line number Diff line number Diff line change
@@ -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
Expand All @@ -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

0 comments on commit 2eff54c

Please sign in to comment.