-
Notifications
You must be signed in to change notification settings - Fork 158
/
AMSmoothAlert.podspec
44 lines (21 loc) · 1.04 KB
/
AMSmoothAlert.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
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
Pod::Spec.new do |s|
s.name = "AMSmoothAlert"
s.version = "1.1"
s.summary = "Cool AlertView by Antoine Marliac"
s.description = <<-DESC
Pretty cool AlertView animation made by Antoine Marliac
DESC
s.homepage = "https://github.com/mtonio91/AMSmoothAlert"
s.screenshots = "https://s3.amazonaws.com/cocoacontrols_production/uploads/control_image/image/3552/screenshot.jpg"
s.license = { :type => "MIT", :file => "LICENSE" }
s.author = { "Antoine Marliac" => "antoine.marliac@supinfo.com" }
s.social_media_url = "https://twitter.com/Toinetoine75"
s.platform = :ios
s.platform = :ios, "5.0"
s.source = { :git => "https://github.com/mtonio91/AMSmoothAlert.git", :tag => "1.1" }
s.source_files = "AMSmoothAlert", "AMSmoothAlert/*.{h,m}"
s.resources = 'AMSmoothAlert/assets/*.png'
s.frameworks = "Foundation", "CoreGraphics", "UIKit", "Foundation"
s.requires_arc = true
s.dependency "GPUImage"
end