Skip to content

Commit

Permalink
add GCTagList
Browse files Browse the repository at this point in the history
  • Loading branch information
greenchiu committed Mar 31, 2013
1 parent be6a34b commit 2561421
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions GCTagList/0.1/GCTagList.podspec
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit 2561421

Please sign in to comment.