blob: de3ed2eef92e7c73e41b90df172fc06436563fc5 [file] [log] [blame]
{
"name": "Lift",
"version": "2.0.1",
"summary": "Working with JSON-like structures",
"description": "Lift is a Swift library for generating and extracting values into and out of JSON-like structures.",
"homepage": "https://github.com/iZettle/Lift",
"license": {
"type": "MIT",
"file": "LICENSE.md"
},
"authors": {
"iZettle AB": "hello@izettle.com"
},
"platforms": {
"osx": "10.9",
"ios": "9.0"
},
"source": {
"git": "https://github.com/iZettle/Lift.git",
"tag": "2.0.1"
},
"source_files": "Lift/*.{swift}",
"swift_version": "4.1"
}