allaboutapps / DataSource

Simplifies the setup of UITableView data sources using type-safe descriptors for cells and sections. Animated diffing built-in.
MIT License
74 stars 10 forks source link

Update .podspec with next version number #19

Closed rayray closed 5 years ago

rayray commented 5 years ago

The .podspec currently specifies version 5.2.0 but the latest tag is 6.x, which leads to some weirdness when I try to run pod update MBDataSource.

My local temporary fix was to write in my Podfile:

pod 'MBDataSource', :git => 'https://github.com/allaboutapps/DataSource.git', :tag => '6.1.2'

But since the podspec is out of date, Cocoapods thinks 5.2 is installed.

Unfortunately I had to investigate the files to confirm that I had the latest code.

Can you update the podspec with the new version, and then move the latest version tag to that commit?

Thanks

rayray commented 5 years ago

Closing because there are deeper problems with the podspec. Will open a more detailed issue.