Skip to content

Commit

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

0 comments on commit 9e56a47

Please sign in to comment.