Skip to content

Commit

Permalink
Podspec
Browse files Browse the repository at this point in the history
  • Loading branch information
Sadmansamee committed Sep 8, 2019
1 parent c01c5bb commit 262ef9e
Showing 1 changed file with 35 additions and 0 deletions.
35 changes: 35 additions & 0 deletions Cachy.podspec
Original file line number Diff line number Diff line change
@@ -0,0 +1,35 @@
Pod::Spec.new do |s|

# 1
s.platform = :ios
s.ios.deployment_target = '12.2'
s.name = "Cachy"
s.summary = "RWPickFlavor lets a user select an ice cream flavor."
s.requires_arc = true

# 2
s.version = "1.0.0"

# 3
s.license = { :type => "MIT", :file => "LICENSE" }

# 4 - Replace with your name and e-mail address
s.author = { "Sadman Samee" => "[email protected]" }

# 5 - Replace this URL with your own GitHub page's URL (from the address bar)
s.homepage = "https://github.com/TheCodedSelf/RWPickFlavor"

# 6 - Replace this URL with your own Git URL from "Quick Setup"
s.source = { :git => "https://github.com/Sadmansamee/Cachy.git",
:tag => "#{s.version}" }

# 8
s.source_files = "Cachy/Classes/*.{swift}"

# 9
#s.resources = "Cachy/Assets/*.{png,jpeg,jpg,storyboard,xib,xcassets}"

# 10
s.swift_version = "5"

end

0 comments on commit 262ef9e

Please sign in to comment.