blob: 3afac34a30486c0fe926e0a6ffc021b210fea6f2 [file] [log] [blame]
{
"name": "FreeformJSON",
"version": "0.1.3",
"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": "0.1.3"
},
"source_files": "Sources/**/*",
"frameworks": "Foundation",
"swift_version": "4.0"
}