Skip to content

Commit

Permalink
Updated podsepc.
Browse files Browse the repository at this point in the history
  • Loading branch information
Ivan Vorobei committed Jul 19, 2021
1 parent e11532d commit 556d7ae
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 12 deletions.
Binary file not shown.
16 changes: 4 additions & 12 deletions SPConfetti.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,26 +2,18 @@ Pod::Spec.new do |s|

s.name = 'SPConfetti'
s.version = '1.0.0'
s.summary = 'Show the confetti only when the user is having fun, and if not having fun, don\'t show it.'
s.summary = 'Show the confetti only when the user is having fun, and if not having fun, dont show it.'
s.homepage = 'https://github.com/ivanvorobei/SPConfetti'
s.source = { :git => 'https://github.com/ivanvorobei/SPConfetti.git', :tag => s.version }
s.license = { :type => "MIT", :file => "LICENSE" }
s.author = { "Ivan Vorobei" => "[email protected]" }
s.license = { :type => 'MIT', :file => 'LICENSE' }
s.author = { 'Ivan Vorobei' => '[email protected]' }

s.swift_version = '5.1'
s.ios.deployment_target = '12.0'
s.tvos.deployment_target = '12.0'

s.source_files = 'Sources/SPConfetti/**/*.swift'

s.pod_target_xcconfig = {
"SWIFT_ACTIVE_COMPILATION_CONDITIONS" => "SPCONFETTI_COCOAPODS"
}

s.resource_bundles = {
"SPConfetti" => [
"Sources/SPConfetti/Resources/Assets.xcassets",
]
}


end

0 comments on commit 556d7ae

Please sign in to comment.