diff --git a/README.md b/README.md index f1166fa..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) @@ -5,6 +8,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. 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'