From 35732994edcbca307c028f31494d911833f83aea Mon Sep 17 00:00:00 2001 From: greenchiu Date: Sun, 31 Mar 2013 13:43:19 +0800 Subject: [PATCH 1/2] add GCTagList --- GCTagList/0.1/GCTagList.podspec | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 GCTagList/0.1/GCTagList.podspec diff --git a/GCTagList/0.1/GCTagList.podspec b/GCTagList/0.1/GCTagList.podspec new file mode 100644 index 00000000000000..8b64e3d70c9ca0 --- /dev/null +++ b/GCTagList/0.1/GCTagList.podspec @@ -0,0 +1,13 @@ +Pod::Spec.new do |s| + s.name = "GCTagList" + s.version = "0.1" + s.summary = "GCTagList like iOS Mail app's sender or recivers tags." + s.homepage = "https://github.com/greenchiu/GCTagList" + s.license = { :type => 'MIT (example)', :file => 'LICENSE' } + s.author = { "greenchiu" => "handkid1986@gmail.com" } + s.source = { :git => "https://github.com/greenchiu/GCTagList", :tag => "0.1" } + s.platform = :ios, '5.0' + s.source_files = 'classes', 'classes/GCTagList.{h,m}' + s.resource = "assets/CGTagLabelList.bundle" + s.framework = 'QuartzCore' +end From 05b9b85b4129248a95d350f5b06b06c5b3948ca6 Mon Sep 17 00:00:00 2001 From: greenchiu Date: Sun, 31 Mar 2013 13:57:36 +0800 Subject: [PATCH 2/2] modify GCTagList.podspec --- GCTagList/0.1/GCTagList.podspec | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/GCTagList/0.1/GCTagList.podspec b/GCTagList/0.1/GCTagList.podspec index 8b64e3d70c9ca0..b461a75c4e7728 100644 --- a/GCTagList/0.1/GCTagList.podspec +++ b/GCTagList/0.1/GCTagList.podspec @@ -3,11 +3,11 @@ Pod::Spec.new do |s| s.version = "0.1" s.summary = "GCTagList like iOS Mail app's sender or recivers tags." s.homepage = "https://github.com/greenchiu/GCTagList" - s.license = { :type => 'MIT (example)', :file => 'LICENSE' } + s.license = { :type => 'MIT License', :file => 'LICENSE' } s.author = { "greenchiu" => "handkid1986@gmail.com" } - s.source = { :git => "https://github.com/greenchiu/GCTagList", :tag => "0.1" } + s.source = { :git => "https://github.com/greenchiu/GCTagList.git", :tag => "0.1" } s.platform = :ios, '5.0' - s.source_files = 'classes', 'classes/GCTagList.{h,m}' - s.resource = "assets/CGTagLabelList.bundle" + s.source_files = 'GCTagList/classes/GCTagList.{h,m}' + s.resource = "GCTagList/assets/CGTagLabelList.bundle" s.framework = 'QuartzCore' end