From 0e4ef4df039bfe61139646844eada8420efad9ae Mon Sep 17 00:00:00 2001 From: Ranjan Kumar Sahu <32511499+kranjanford@users.noreply.github.com> Date: Tue, 18 Jun 2019 11:16:09 +0530 Subject: [PATCH 1/3] Update README.md --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index f1166fa..5a3dcc4 100644 --- a/README.md +++ b/README.md @@ -5,6 +5,8 @@ [![License](https://img.shields.io/cocoapods/l/protobufSwift.svg?style=flat)](https://cocoapods.org/pods/protobufSwift) [![Platform](https://img.shields.io/cocoapods/p/protobufSwift.svg?style=flat)](https://cocoapods.org/pods/protobufSwift) +we are a fork from: https://github.com/alexeyxo/protobuf-swift + ## Example To run the example project, clone the repo, and run `pod install` from the Example directory first. From 262d7e46bf8f952ec81d11543b25eb2e3b7b087f Mon Sep 17 00:00:00 2001 From: Ranjan Kumar Sahu <32511499+kranjanford@users.noreply.github.com> Date: Tue, 18 Jun 2019 14:52:26 +0530 Subject: [PATCH 2/3] Update protobufSwift.podspec --- protobufSwift.podspec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/protobufSwift.podspec b/protobufSwift.podspec index 5902a64..58d8d87 100755 --- a/protobufSwift.podspec +++ b/protobufSwift.podspec @@ -8,7 +8,7 @@ Pod::Spec.new do |s| s.name = 'protobufSwift' - s.version = '1.3.4' + s.version = '1.3.5' s.summary = 'Protocol Buffers for Swift 2.6/3.0.' s.swift_version = '5.0' @@ -27,7 +27,7 @@ Pod::Spec.new do |s| s.source = { :git => 'https://github.com/openxc/Protobuf.git', :tag => s.version.to_s } # s.social_media_url = 'https://twitter.com/' - s.ios.deployment_target = '12.0' + s.ios.deployment_target = '9.3' s.frameworks = 'Foundation' s.source_files = 'protobufSwift/Source/*.{swift}' s.module_name = 'ProtocolBuffers' From c6797c035198d55682c96c531c56513b1b99415b Mon Sep 17 00:00:00 2001 From: PPRAKA30 <59665714+PPRAKA30@users.noreply.github.com> Date: Wed, 26 Feb 2020 10:43:52 -0500 Subject: [PATCH 3/3] Update README before archiving --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 5a3dcc4..404e01c 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,6 @@ +# Archive Note +***This repository is no longer being actively maintained and is archived. This used to be a dependency for the OpenXC iOS library but is no longer necessary. All the latest changes to the OpenXC iOS library and sample application are now located at [openxc-ios-library](https://github.com/openxc/openxc-ios-library).*** + # protobufSwift [![CI Status](https://img.shields.io/travis/kranjanford/protobufSwift.svg?style=flat)](https://travis-ci.org/kranjanford/protobufSwift)