-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathConfetto.podspec
29 lines (24 loc) · 1.09 KB
/
Confetto.podspec
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
#
# Be sure to run `pod lib lint Confetto.podspec' to ensure this is a
# valid spec before submitting.
# To learn more about a Podspec see http://guides.cocoapods.org/syntax/podspec.html
#
Pod::Spec.new do |s|
s.name = "Confetto"
s.version = "0.2.5"
s.summary = "Confetto! Who doesn't like confetti?'"
s.description = "Confetto is the quickest way to add confetti to your application and make your users feel rewarded. Forked from ConfettiView"
s.homepage = "https://github.com/gordontucker/Confetto"
# s.screenshots = "www.example.com/screenshots_1", "www.example.com/screenshots_2"
s.license = 'MIT'
s.author = { "Sudeep Agarwal" => "[email protected]",
"Gordon Tucker" => "[email protected]"
}
s.source = { :git => "https://github.com/gordontucker/Confetto.git", :tag => s.version.to_s }
s.platform = :ios, '9.0'
s.swift_version = '5'
s.requires_arc = true
s.source_files = 'Pod/Classes/**/*'
s.resources = "Pod/Assets/*.png"
s.frameworks = 'UIKit', 'QuartzCore'
end