Files
JBChartView/EKStreamView/1.0.1/EKStreamView.podspec
T
2013-01-21 10:22:37 -06:00

12 lines
559 B
Ruby

Pod::Spec.new do |s|
s.name = "EKStreamView"
s.version = "1.0.1"
s.summary = "A scrolling view having many cells in different heights and in columns for iOS, just like Pinterest."
s.homepage = "https://github.com/ekohe/EKStreamView"
s.license = 'Copyright (c) 2012 Eli Wang (sirxenofex@gmail.com)'
s.author = { "Ekohe" => "eli@ekohe.com" }
s.source = { :git => "https://github.com/ekohe/EKStreamView.git", :tag => '1.0.1' }
s.platform = :ios
s.source_files = 'EKStreamView.h', 'EKStreamView.m'
end