-
Notifications
You must be signed in to change notification settings - Fork 39
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
0 parents
commit d88b114
Showing
10 changed files
with
838 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,26 @@ | ||
|
||
Pod::Spec.new do |s| | ||
|
||
s.name = "DLLocalNotifications" | ||
s.version = "0.0.1" | ||
s.summary = "Local Notification Helper for User Notifications framework" | ||
|
||
|
||
s.description = <<-DESC | ||
"DLLocalNotifications makes it extremely easy to setup a local notification, while making it easy to repeat notifications, and encapsulating away the intricacies of the User Notifications Framework." | ||
DESC | ||
|
||
s.homepage = "https://github.com/d7laungani/DLLocalNotifications" | ||
s.license = { :type => "MIT" } | ||
s.author = "Devesh Laungani" | ||
|
||
|
||
|
||
s.platform = :ios | ||
s.source = { :git => "https://github.com/d7laungani/DLLocalNotifications.git", :tag => s.version} | ||
s.ios.deployment_target = '10.0' | ||
|
||
s.source_files = "Sources/*.swift" | ||
|
||
|
||
end |
Oops, something went wrong.