blob: fb1a900a2356feef3920e32dfc4f547d734554e5 [file] [log] [blame]
{
"name": "Lift",
"version": "1.0.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": "1.0.0"
},
"source_files": "Lift/*.{swift}",
"pushed_with_swift_version": "3.0"
}