Skip to content

Commit

Permalink
Pod validation
Browse files Browse the repository at this point in the history
  • Loading branch information
SkaCoder committed Aug 26, 2021
1 parent d43e127 commit 70a91ee
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions SImageHandler.podspec
Expand Up @@ -9,16 +9,16 @@
Pod::Spec.new do |s|
s.name = 'SImageHandler'
s.version = '0.1.0'
s.summary = 'A short description of SImageHandler.'

s.summary = 'This is demo libaray for pods demo'
s.swift_version = '4.0'
# This description is used to generate tags and improve search results.
# * Think: What does it do? Why did you write it? What is the focus?
# * Try to keep it short, snappy and to the point.
# * Write the description between the DESC delimiters below.
# * Finally, don't worry about the indent, CocoaPods strips it!

s.description = <<-DESC
'A short description of SImageHandler.'
'This is demo libaray for pods demo.The main aim here to learn how to create own pod in swift'
DESC

s.homepage = 'https://github.com/SkaCoder/SImageHandler'
Expand Down

0 comments on commit 70a91ee

Please sign in to comment.