Skip to content

Commit

Permalink
Merge pull request #1638 from greenchiu/master
Browse files Browse the repository at this point in the history
GCTagList 0.1
  • Loading branch information
orta committed Mar 31, 2013
2 parents be6a34b + 9e56a47 commit cde336c
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions 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 License', :file => 'LICENSE' }
s.author = { "greenchiu" => "handkid1986@gmail.com" }
s.source = { :git => "https://github.com/greenchiu/GCTagList.git", :tag => "0.1" }
s.platform = :ios, '5.0'
s.source_files = 'GCTagList/classes/GCTagList.{h,m}'
s.resource = "GCTagList/assets/CGTagLabelList.bundle"
s.framework = 'QuartzCore'
end

0 comments on commit cde336c

Please sign in to comment.