- Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathNotificationHandler.podspec
More file actions
Latest commit
19 lines (15 loc) · 692 Bytes
/
Copy pathNotificationHandler.podspec
File metadata and controls
19 lines (15 loc) · 692 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
Pod::Spec.newdo |s|
s.name="NotificationHandler"
s.version="0.5.0"
s.summary="A Neat Swift Notification Operations Wrapper"
s.description=<<-DESC
With NotificationHandler, it's super easy to handle notifications with neat API. What's more, remove obersers is also properly handled.
DESC
s.homepage="https://github.com/kukushi/NotificationHandler"
s.license="MIT"
s.author={"Xing He"=>""}
s.platform=:ios,"8.0"
s.source={:git=>"https://github.com/kukushi/NotificationHandler.git",:tag=>s.version}
s.source_files="Sources/*.{h,m,swift}"
s.requires_arc=true
end