Skip to content
This repository was archived by the owner on Feb 26, 2020. It is now read-only.
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,15 @@
# 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)
[![Version](https://img.shields.io/cocoapods/v/protobufSwift.svg?style=flat)](https://cocoapods.org/pods/protobufSwift)
[![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.
Expand Down
4 changes: 2 additions & 2 deletions protobufSwift.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -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'

Expand All @@ -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/<TWITTER_USERNAME>'

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'
Expand Down