353b3f582d
AKSegmentedControl is a fully customizable Segmented Control for iOS.
14 lines
502 B
Ruby
14 lines
502 B
Ruby
Pod::Spec.new do |s|
|
|
s.name = 'AKSegmentedControl'
|
|
s.version = '1.0.0'
|
|
s.author = { 'Ali Karagoz' => 'mail@alikaragoz.net' }
|
|
s.homepage = 'https://github.com/alikaragoz/AKSegmentedControl'
|
|
s.summary = 'AKSegmentedControl is a fully customizable Segmented Control for iOS.'
|
|
s.source = { :git => 'https://github.com/alikaragoz/AKSegmentedControl.git', :tag => '1.0.0' }
|
|
s.license = 'MIT'
|
|
|
|
s.platform = :ios
|
|
s.source_files = 'AKSegmentedControl'
|
|
s.requires_arc = true
|
|
end
|