Device.swift
Device.swift copied to clipboard
Outdated podspec
Hi,
Please update the podspec file with a new version number. Downloading the library straight from CocoaPods pulls down an old version which doesn't include the newly released devices.
I would open a PR but I don't know the versioning system you use.
Hello - how did you work around this?
I guess we need not only updated podspec but new release (with new version) too. For now I'll try to use local podspec.
pod 'Device.swift', :git => 'https://github.com/schickling/Device.swift', :commit => '2f6cb590d2c2040aae34e884b376be45bb6c36c3'
This is what I did above. @hardW