An open API service indexing awesome lists of open source software.

https://github.com/proxymanapp/nlohmann_json_cocoa

The Cocoa pod version for https://github.com/nlohmann/json
https://github.com/proxymanapp/nlohmann_json_cocoa

Last synced: 4 months ago
JSON representation

The Cocoa pod version for https://github.com/nlohmann/json

Awesome Lists containing this project

README

          

# nlohmann_json_cocoa

This project is unofficial to maintain a cocoapod for [nlohmann_json](https://github.com/nlohmann/json)

to add nlohmann/json to your project add the following pod:
```bash
pod 'nlohmann_json_cocoa', '~>3.6.1'
```

# example

to run example simply run `pod install` first in the example project that
contains `Podfile` file. And open the xcworkspace file in xcode. You will
need to modify the code signing to your profile. Press play.