XlsxReaderWriter
XlsxReaderWriter copied to clipboard
COCOAPODS is OUTDATED v 1.0.11 (Fix)
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.
It's not working.
Did you do ‘pod repo update’ ?
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'