Files
JBChartView/GCPlaceholderTextView/1.0.1/GCPlaceholderTextView.podspec
T
2013-02-26 11:35:19 -08:00

13 lines
546 B
Ruby

Pod::Spec.new do |s|
s.name = "GCPlaceholderTextView"
s.version = "1.0.1"
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.1" }
s.platform = :ios
s.source_files = 'GCPlaceholderTextView/GCPlaceholderTextView.{h,m}'
s.framework = 'UIKit'
end