Skip to content

Commit 4b2c465

Browse files
committed
Added Podspec
1 parent f3cd590 commit 4b2c465

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

TOPasscodeViewController.podspec

+13
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)