12 lines
550 B
Ruby
12 lines
550 B
Ruby
Pod::Spec.new do |s|
|
|
s.name = 'SEFilterControl'
|
|
s.version = '0.0.1'
|
|
s.license = 'MIT'
|
|
s.authors = { 'Shady Elyaski' => 'shady@elyaski.com' }
|
|
s.homepage = 'https://github.com/ShadyElyaski/ios-filter-control'
|
|
s.summary = 'An iOS Filter UIControl Subclass. Zero Graphics. Highly Customizable.'
|
|
s.source = { :git => 'https://github.com/ShadyElyaski/ios-filter-control.git', :commit => '0eb53f60f060c60b0eb99a8ffad30923ddeaab74' }
|
|
s.source_files = '*.{h,m}'
|
|
|
|
s.platform = :ios
|
|
end |