Skip to content
This repository has been archived by the owner on Nov 7, 2023. It is now read-only.

Commit

Permalink
Merge pull request #8 from emeraldsanto/dev
Browse files Browse the repository at this point in the history
Version 2.0.1
  • Loading branch information
emeraldsanto authored Feb 26, 2020
2 parents a2da117 + ed49dc5 commit bc5005c
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions react-native-encrypted-storage.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -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" => "[email protected]" }
s.platforms = { :ios => "9.0" }
s.source = { :git => "https://github.com/emeraldsanto/react-native-encrypted-storage.git", :tag => "#{s.version}" }
Expand All @@ -20,7 +20,5 @@ Pod::Spec.new do |s|
s.requires_arc = true

s.dependency "React"
# ...
# s.dependency "..."
end

0 comments on commit bc5005c

Please sign in to comment.