FlineDev / CSVImporter

Import CSV files line by line with ease

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Publish 1.9.0 to Cocoapods

sghiassy opened this issue · comments

Hi,

It doesn't seem like the 1.9.0 podspec has been published to the Cocoapods trunk?

In case it helps, a sample command would be

git tag 1.9.0
git push --tags
pod repo push CSVImporter.podspec --swift-version='3.2' --allow-warnings --sources='https://github.com/CocoaPods/Specs'

Sorry for not publishing earlier, but just did!

Problem was that I was not signed with CocoaPods anymore since I changed my email address – but I found out that you can transfer projects now, so I should update immediately again in the future.