XlsxReaderWriter icon indicating copy to clipboard operation
XlsxReaderWriter copied to clipboard

COCOAPODS is OUTDATED v 1.0.11 (Fix)

Open charlymr opened this issue 6 years ago • 3 comments

Cocoapods is outdated v 1.0.11, and apprently it is not possible to update it anymore: https://cocoapods.org/pods/XlsxReaderWriter

if you want to fix it and use the latest version, add this to your PodFile (at the top)

source 'https://github.com/charlymr/XlsxReaderWriter-Podspecs.git' 

Then you can get the latest version 2.3.2

     pod 'XlsxReaderWriter', '~> 2.3.2'

And yes it work in with swift and in Xcode 9, you just need to add 'use_frameworks!'

@renebigot If you want access to that specs (and eventually start merging your pull request) please let me know.

charlymr avatar Nov 06 '17 16:11 charlymr

It's not working.

mobile3000 avatar Dec 11 '17 20:12 mobile3000

Did you do ‘pod repo update’ ?

charlymr avatar Dec 12 '17 04:12 charlymr

A much faster fix is, just bare in mind it is pointing to a Beta branch so you may want to check on a regular basis. This branch is stable enough so I will probably release this one once I get feedback (or not) on it.

pod 'XlsxReaderWriter', podspec: 'https://raw.githubusercontent.com/charlymr/XlsxReaderWriter/2.4.0.Beta.4/XlsxReaderWriter.podspec'

charlymr avatar Sep 19 '18 08:09 charlymr