Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions .swift-version
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
2.3
21 changes: 0 additions & 21 deletions PasscodeLock.podspec

This file was deleted.

29 changes: 29 additions & 0 deletions SMFPasscodeLock.podspec
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
#
# Be sure to run `pod lib lint TestLib.podspec' to ensure this is a
# valid spec before submitting.
#
# Any lines starting with a # are optional, but their use is encouraged
# To learn more about a Podspec see http://guides.cocoapods.org/syntax/podspec.html
#

Pod::Spec.new do |s|
s.name = 'SMFPasscodeLock'
s.version = '1.0.3'
s.license = { :type => "MIT", :file => 'LICENSE.txt' }
s.summary = 'SMF Fork of PasscodeLock: An iOS passcode lock with Touch ID authentication written in Swift.'
s.homepage = 'https://github.com/smartmobilefactory/SwiftPasscodeLock'
s.source = { :git => 'https://github.com/smartmobilefactory/SwiftPasscodeLock.git' }
s.authors = [{ 'Ramiro Ramirez' => '' }, { 'Yanko Dimitrov' => '' }, { 'Hans Seiffert' => '' }]

s.ios.deployment_target = '8.0'

s.source_files = 'PasscodeLock/*.{h,swift}',
'PasscodeLock/*/*.{swift}'

s.resources = [
'PasscodeLock/Views/PasscodeLockView.xib',
'PasscodeLock/en.lproj/*'
]

s.requires_arc = true
end