Skip to content

Commit

Permalink
Added podspec
Browse files Browse the repository at this point in the history
  • Loading branch information
TimOliver committed Sep 15, 2019
1 parent 703a9d0 commit 9add8e2
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions TOSegmentedControl.podspec
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
Pod::Spec.new do |s|
s.name = 'TOSegmentedControl'
s.version = '0.0.1'
s.license = { :type => 'MIT', :file => 'LICENSE' }
s.summary = 'A segmented control in the style of iOS 13 compatible with previous versions of iOS.'
s.homepage = 'https://github.com/TimOliver/TOSegmentedControl'
s.author = 'Tim Oliver'
s.source = { :git => 'https://github.com/TimOliver/TOSegmentedControl.git', :tag => s.version }
s.platform = :ios, '10.0'
s.source_files = 'TOSegmentedControl/**/*.{h,m}'
s.requires_arc = true
end

0 comments on commit 9add8e2

Please sign in to comment.