[Update] CMNavBarNotificationView (1.0.1)
This commit is contained in:
@@ -0,0 +1,12 @@
|
||||
Pod::Spec.new do |s|
|
||||
s.name = "CMNavBarNotificationView"
|
||||
s.version = "1.0.1"
|
||||
s.summary = "An in-app notification view above the navigation bar totally based on MPNotificationView."
|
||||
s.homepage = "https://github.com/edgurgel/CMNavBarNotificationView"
|
||||
s.license = 'MIT'
|
||||
s.authors = { "Eduardo Pinho" => "eduardo.gurgel@codeminer42.com", "Codeminer42" => "contato@codeminer42.com" }
|
||||
s.source = { :git => "https://github.com/edgurgel/CMNavBarNotificationView.git", :tag => "1.0.1" }
|
||||
s.platform = :ios, '4.0'
|
||||
s.source_files = './CMNavBarNotificationView/*.{h,m}','./OBGradientView/*.{h,m}'
|
||||
s.public_header_files = 'CMNavBarNotificationView/**/*.h'
|
||||
end
|
||||
Reference in New Issue
Block a user