Skip to content

Commit

Permalink
Added Podspec
Browse files Browse the repository at this point in the history
  • Loading branch information
TimOliver committed Aug 12, 2017
1 parent f3cd590 commit 4b2c465
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions TOPasscodeViewController.podspec
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
Pod::Spec.new do |s|
s.name = 'TOPasscodeViewController'
s.version = '0.0.1'
s.license = { :type => 'MIT', :file => 'LICENSE' }
s.summary = 'A view controller that prompts users to enter a passcode.'
s.homepage = 'https://github.com/TimOliver/TOPasscodeViewController'
s.author = 'Tim Oliver'
s.source = { :git => 'https://github.com/TimOliver/TOPasscodeViewController.git', :tag => s.version }
s.platform = :ios, '8.3'

s.source_files = 'TOPasscodeViewController/**/*.{h,m}'
s.requires_arc = true
end

0 comments on commit 4b2c465

Please sign in to comment.