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 f3cd590 commit 4b2c465Copy full SHA for 4b2c465
TOPasscodeViewController.podspec
@@ -0,0 +1,13 @@
1
+Pod::Spec.new do |s|
2
+ s.name = 'TOPasscodeViewController'
3
+ s.version = '0.0.1'
4
+ s.license = { :type => 'MIT', :file => 'LICENSE' }
5
+ s.summary = 'A view controller that prompts users to enter a passcode.'
6
+ s.homepage = 'https://github.com/TimOliver/TOPasscodeViewController'
7
+ s.author = 'Tim Oliver'
8
+ s.source = { :git => 'https://github.com/TimOliver/TOPasscodeViewController.git', :tag => s.version }
9
+ s.platform = :ios, '8.3'
10
+
11
+ s.source_files = 'TOPasscodeViewController/**/*.{h,m}'
12
+ s.requires_arc = true
13
+end
0 commit comments