12 lines
597 B
Ruby
12 lines
597 B
Ruby
Pod::Spec.new do |s|
|
|
s.name = "EKStreamView"
|
|
s.version = "0.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", :commit => '60db6d20ab540f832d391b0f51a0b49d31e0ee22' }
|
|
s.platform = :ios
|
|
s.source_files = 'EKStreamView.h', 'EKStreamView.m'
|
|
end
|