forked from LeoNatan/LNNotificationsUI
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathLNNotificationsUI.podspec
More file actions
17 lines (17 loc) · 923 Bytes
/
LNNotificationsUI.podspec
File metadata and controls
17 lines (17 loc) · 923 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
Pod::Spec.new do |s|
s.name = "LNNotificationsUI"
s.version = "0.0.2"
s.summary = "A framework for displaying notifications similar to Apple's iOS 7 and iOS 8 notifications."
s.description = <<-DESC
LNNotificationsUI is a framework for displaying notifications
similar to Apple's iOS 7 and iOS 8 notifications.
It is meant to complement the native look and feel,
by providing a pixel-accurate (as much as possible) recreation of the notifications.
DESC
s.homepage = "https://github.com/LeoNatan/LNNotificationsUI"
s.license = "MIT"
s.author = "Leo Natan"
s.platform = :ios, "8.0"
s.source = { :git => "https://github.com/LeoNatan/LNNotificationsUI.git", :commit => "6bb2920bb601d1e0b2b06ae175b1c346aa63b0f6" }
s.source_files = "LNNotificationsUI/**/*.{h,m}"
end