From ed49dc5badcd11914775ec629bb140a0f868c664 Mon Sep 17 00:00:00 2001 From: Yanick Date: Wed, 26 Feb 2020 12:52:05 -0500 Subject: [PATCH] Modified .podspec to include swift version (close #7) --- react-native-encrypted-storage.podspec | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/react-native-encrypted-storage.podspec b/react-native-encrypted-storage.podspec index 3012752..67878d2 100644 --- a/react-native-encrypted-storage.podspec +++ b/react-native-encrypted-storage.podspec @@ -7,11 +7,11 @@ Pod::Spec.new do |s| s.version = package["version"] s.summary = package["description"] s.description = <<-DESC - react-native-encrypted-storage + React Native wrapper around SharedPreferences and Keychain to provide a secure alternative to Async Storage DESC + s.swift_version = "5.0" s.homepage = "https://github.com/emeraldsanto/react-native-encrypted-storage" s.license = "MIT" - # s.license = { :type => "MIT", :file => "FILE_LICENSE" } s.authors = { "Yanick" => "yanick.belanger@yahoo.com" } s.platforms = { :ios => "9.0" } s.source = { :git => "https://github.com/emeraldsanto/react-native-encrypted-storage.git", :tag => "#{s.version}" } @@ -20,7 +20,5 @@ Pod::Spec.new do |s| s.requires_arc = true s.dependency "React" - # ... - # s.dependency "..." end