We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 703a9d0 commit 9add8e2Copy full SHA for 9add8e2
1 file changed
TOSegmentedControl.podspec
@@ -0,0 +1,12 @@
1
+Pod::Spec.new do |s|
2
+ s.name = 'TOSegmentedControl'
3
+ s.version = '0.0.1'
4
+ s.license = { :type => 'MIT', :file => 'LICENSE' }
5
+ s.summary = 'A segmented control in the style of iOS 13 compatible with previous versions of iOS.'
6
+ s.homepage = 'https://github.com/TimOliver/TOSegmentedControl'
7
+ s.author = 'Tim Oliver'
8
+ s.source = { :git => 'https://github.com/TimOliver/TOSegmentedControl.git', :tag => s.version }
9
+ s.platform = :ios, '10.0'
10
+ s.source_files = 'TOSegmentedControl/**/*.{h,m}'
11
+ s.requires_arc = true
12
+end
0 commit comments