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
- Host: GitHub
- URL: https://github.com/proxymanapp/nlohmann_json_cocoa
- Owner: ProxymanApp
- License: mit
- Created: 2019-06-11T15:22:21.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2020-01-31T04:35:28.000Z (over 6 years ago)
- Last Synced: 2025-10-24T22:55:40.268Z (8 months ago)
- Language: Objective-C++
- Size: 18.6 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.MIT
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.