Skip to content

Commit

Permalink
change SwiftyJSON dependency to 2.3.1 in readme
Browse files Browse the repository at this point in the history
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'
```
  • Loading branch information
zetavg committed May 2, 2016
1 parent 5492dbd commit ef75f85
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ The aim of this library is to provide reusable React Native components that can
use_frameworks!
target 'MyApp' do
pod 'SwiftyJSON', '~> 2.3'
pod 'SwiftyJSON', '2.3.1'
pod 'Charts', '2.2.3'
end
```
Expand Down

0 comments on commit ef75f85

Please sign in to comment.