From 17a77c8aa7903dffa28bc37fc1030459dbf388d0 Mon Sep 17 00:00:00 2001 From: Evan Grim Date: Wed, 19 Dec 2012 17:32:06 -0600 Subject: [PATCH] Add license entry to MAKVONotificationCenter spec --- MAKVONotificationCenter/0.0.2/MAKVONotificationCenter.podspec | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/MAKVONotificationCenter/0.0.2/MAKVONotificationCenter.podspec b/MAKVONotificationCenter/0.0.2/MAKVONotificationCenter.podspec index 144953437ff900..361c67ae3c0fac 100644 --- a/MAKVONotificationCenter/0.0.2/MAKVONotificationCenter.podspec +++ b/MAKVONotificationCenter/0.0.2/MAKVONotificationCenter.podspec @@ -8,5 +8,9 @@ Pod::Spec.new do |s| s.source_files = 'MAKVONotificationCenter.{h,m}' s.header_dir = s.name s.requires_arc = true + s.license = { + :type => 'MIT', + :file => 'LICENSE' + } end