blob: 5319308adb950aa9f225e69e0505a61d6e7ee104 [file] [log] [blame]
{
"name": "FreeformJSON",
"version": "1.0.0",
"summary": "Type-safe freeform JSON data structure with Codable support for Swift",
"description": "FreeformJSON is a tiny data structure that allows you to create and/or access freeform JSON data in a type safe manner, while still enjoying the benefits of the Codable protocol",
"homepage": "https://github.com/fabiorodella/FreeformJSON",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Fabio Rodella": "fabiorodella@gmail.com"
},
"platforms": {
"ios": "9.0",
"osx": "10.9",
"watchos": "2.0",
"tvos": "9.0"
},
"source": {
"git": "https://github.com/fabiorodella/FreeformJSON.git",
"tag": "1.0.0"
},
"source_files": "Sources/**/*",
"frameworks": "Foundation",
"swift_version": "4.2"
}