Skip to content

Commit 9add8e2

Browse files
committed
Added podspec
1 parent 703a9d0 commit 9add8e2

1 file changed

Lines changed: 12 additions & 0 deletions

File tree

TOSegmentedControl.podspec

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)