Files
JBChartView/AKSegmentedControl/1.0.0/AKSegmentedControl.podspec
T
Ali Karagoz 353b3f582d AKSegmentedControl 1.0.0
AKSegmentedControl is a fully customizable Segmented Control for iOS.
2013-01-27 00:11:02 +01:00

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