-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Ivan Vorobei
committed
Jul 19, 2021
1 parent
e11532d
commit 556d7ae
Showing
2 changed files
with
4 additions
and
12 deletions.
There are no files selected for viewing
Binary file modified
BIN
-592 Bytes
(100%)
...roj/project.xcworkspace/xcuserdata/ivanvorobei.xcuserdatad/UserInterfaceState.xcuserstate
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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 |