blob: 0d1cac1b131b576dbbf95e6d50b608c71f558588 [file] [log] [blame]
{
"name": "Lift",
"version": "2.1.0",
"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.1.0"
},
"source_files": "Lift/*.{swift}",
"swift_version": "4.1"
}