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

change SwiftyJSON dependency to 2.3.1 in readme #26

Merged
merged 1 commit into from
May 4, 2016

Conversation

zetavg
Copy link
Contributor

@zetavg zetavg commented May 2, 2016

isExists() for JSON has not been add upon SwiftyJSON 2.3.1, and is renamed to exists() in this later PR: SwiftyJSON/SwiftyJSON#457.

Specifying "~> 2.3.0" might not work, and let users run into the following error:

error: value of type 'JSON' has no member 'isExists'

isExists() for JSON has not been add upon SwiftyJSON 2.3.1, and is renamed to exists() in this later PR: SwiftyJSON/SwiftyJSON#457.

Specifying "~> 2.3.0" might not work, and let users run into the following error:

```
error: value of type 'JSON' has no member 'isExists'
```
@Jpadilla1 Jpadilla1 merged commit 744b63b into Jpadilla1:master May 4, 2016
@Jpadilla1
Copy link
Owner

Thanks @neson !

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

2 participants