json/single_include/nlohmann/_SwiftPackageManagerFile.cpp
Aleksei f26d9e518d Support Apple's Swift Package Manager
**Reason**
- Main way to develop under Apple's platforms is using SPM

**Changes**
- Added Package.swift
- Added _SwiftPackageManagerFile.cpp to single_include/nlohmann in order SPM to see it as a C++ source file
- Added .build to .gitignore

**Context**
- SPM is a package manager for Swift and C-based languages. It is the main way to develop under Apple's platforms. It is also used to build Swift packages for Linux.
2023-04-13 20:20:42 +03:00

3 lines
75 B
C++

// Umbrella source file for the Swift Package Manager
#include <json.hpp>