From f762d3d60d1bb4f8ddaa396d33280fbd48e53ee2 Mon Sep 17 00:00:00 2001 From: Hans Seiffert Date: Fri, 13 Jan 2017 11:00:40 +0100 Subject: [PATCH 1/2] Release version 1.0.2 --- .swift-version | 1 + PasscodeLock.podspec | 21 --------------------- SMFPasscodeLock.podspec | 29 +++++++++++++++++++++++++++++ VERSION | 1 + 4 files changed, 31 insertions(+), 21 deletions(-) create mode 100644 .swift-version delete mode 100755 PasscodeLock.podspec create mode 100755 SMFPasscodeLock.podspec create mode 100644 VERSION diff --git a/.swift-version b/.swift-version new file mode 100644 index 00000000..c0943d3e --- /dev/null +++ b/.swift-version @@ -0,0 +1 @@ +2.3 \ No newline at end of file diff --git a/PasscodeLock.podspec b/PasscodeLock.podspec deleted file mode 100755 index f27b3db6..00000000 --- a/PasscodeLock.podspec +++ /dev/null @@ -1,21 +0,0 @@ -Pod::Spec.new do |s| -s.name = 'PasscodeLock' -s.version = '1.0.1' -s.license = { :type => "MIT", :file => 'LICENSE.txt' } -s.summary = 'An iOS passcode lock with Touch ID authentication written in Swift.' -s.homepage = 'https://github.com/yankodimitrov/SwiftPasscodeLock' -s.authors = { 'Yanko Dimitrov' => '' } -s.source = { :git => 'https://github.com/yankodimitrov/SwiftPasscodeLock.git' } - -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 \ No newline at end of file diff --git a/SMFPasscodeLock.podspec b/SMFPasscodeLock.podspec new file mode 100755 index 00000000..4b8d7f72 --- /dev/null +++ b/SMFPasscodeLock.podspec @@ -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 = File.read('VERSION') +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 \ No newline at end of file diff --git a/VERSION b/VERSION new file mode 100644 index 00000000..e6d5cb83 --- /dev/null +++ b/VERSION @@ -0,0 +1 @@ +1.0.2 \ No newline at end of file From c9f922e37090773e201e4691b2719502b0b1fc8b Mon Sep 17 00:00:00 2001 From: Hans Seiffert Date: Fri, 13 Jan 2017 11:20:29 +0100 Subject: [PATCH 2/2] Release version 1.0.3 --- SMFPasscodeLock.podspec | 2 +- VERSION | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) delete mode 100644 VERSION diff --git a/SMFPasscodeLock.podspec b/SMFPasscodeLock.podspec index 4b8d7f72..f88fa83f 100755 --- a/SMFPasscodeLock.podspec +++ b/SMFPasscodeLock.podspec @@ -8,7 +8,7 @@ Pod::Spec.new do |s| s.name = 'SMFPasscodeLock' -s.version = File.read('VERSION') +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' diff --git a/VERSION b/VERSION deleted file mode 100644 index e6d5cb83..00000000 --- a/VERSION +++ /dev/null @@ -1 +0,0 @@ -1.0.2 \ No newline at end of file