forked from AlvaroFranco/AFDropdownNotification
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathAFDropdownNotification.podspec
More file actions
28 lines (16 loc) · 880 Bytes
/
Copy pathAFDropdownNotification.podspec
File metadata and controls
28 lines (16 loc) · 880 Bytes
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
Pod::Spec.new do |s|
s.name = "AFDropdownNotification"
s.version = "1.1"
s.summary = "Dropdown notification view for iOS"
s.description = "Simple and iOS 7-8 design compliant dropdown notification view for iOS."
s.homepage = "https://github.com/AlvaroFranco/AFDropdownNotification"
s.license = 'MIT'
s.license = { :type => 'MIT', :file => 'LICENSE' }
s.platform = :ios
s.source = { :git => "https://github.com/AlvaroFranco/AFDropdownNotification.git", :tag => 'v1.1' }
s.screenshot = "https://raw.githubusercontent.com/AlvaroFranco/AFDropdownNotification/master/img/preview.gif?token=ABV8uk1ShHPyKmhdNNJsvN3jYyuhgxJGks5UmHMwwA%3D%3D"
s.source_files = 'Classes/*.{h,m}'
s.framework = 'QuartzCore'
s.requires_arc = true
end