Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bumped release version to 1.0.1 in order to access latest changes when using CocoaPods #23

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

robertibiris
Copy link

Hello. I found that when using cocoapods it would download a very old version of the code (commit tagged with version 1.0), and some basic stuff was not working well (preSelected options would not load properly, for instance, when one would initialise a KNMultiItemSelector via 'initWithItems:preselectedItems:title:placeholderText:delegate:' method.

Next step:
The only thing that would be missing 8once the pull request is accepted and merged) would be to publish to the official Spec repo the specs File.
For the time being, the latests changes can be accessed (using CocoaPods) by specifying in PodFile:

pod 'KNMultiItemSelector', :git => 'https://github.com/kentnguyen/KNMultiItemSelector.git'

once the changes are merged and the spec is publish into the cocoapods repo, the the normal way of:

pod 'KNMultiItemSelector', ~>'1.0.1'

will suffice.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant