diff --git a/MPNotificationView/1.0.0/MPNotificationView.podspec b/MPNotificationView/1.0.0/MPNotificationView.podspec new file mode 100644 index 00000000..ff630a85 --- /dev/null +++ b/MPNotificationView/1.0.0/MPNotificationView.podspec @@ -0,0 +1,12 @@ +Pod::Spec.new do |s| + s.name = "MPNotificationView" + s.version = "1.0.0" + s.summary = "An in-app notification view that mimics the iOS 6 notification views which appear above the status bar." + s.homepage = "https://github.com/Moped/MPNotificationView" + s.license = 'MIT' + s.authors = {"Engin Kurutepe" => "engin@mopedlabs.com", "Moped" => "hello@mopedlabs.com"} + s.source = { :git => "https://github.com/Moped/MPNotificationView.git", :tag => "1.0.0" } + s.platform = :ios, '4.0' + s.source_files = './MPNotificationView/*.{h,m}','./OBGradientView/*.{h,m}' + s.public_header_files = 'MPNotificationView/**/*.h' +end