Skip to content

Commit

Permalink
Initial Commit
Browse files Browse the repository at this point in the history
  • Loading branch information
d7laungani committed Dec 15, 2016
0 parents commit d88b114
Show file tree
Hide file tree
Showing 10 changed files with 838 additions and 0 deletions.
26 changes: 26 additions & 0 deletions DLLocalNotifications.podspec
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
Loading

0 comments on commit d88b114

Please sign in to comment.