Files
JBChartView/GCPlaceholderTextView/1.0.0/GCPlaceholderTextView.podspec
T
2013-01-31 17:29:06 -05:00

13 lines
546 B
Ruby

Pod::Spec.new do |s|
s.name = "GCPlaceholderTextView"
s.version = "1.0.0"
s.summary = "A subclass of UITextView that allow a placeholder."
s.homepage = "https://github.com/gcamp/GCPlaceholderTextView"
s.license = 'MIT'
s.author = { 'Guillaume Campagna' => 'http://gcamp.ca' }
s.source = { :git => "https://github.com/gcamp/GCPlaceholderTextView.git", :tag => "1.0.0" }
s.platform = :ios
s.source_files = 'GCPlaceholderTextView/GCPlaceholderTextView.{h,m}'
s.framework = 'UIKit'
end