blob: 6dca1933570f42088cc459d2c12f8dd17c4e7188 [file] [log] [blame]
{
"name": "Delta",
"version": "5.0.1",
"license": "MIT",
"summary": "Delta produces a set of records to transform a ordered set of data into another.",
"homepage": "https://github.com/mogstad/delta",
"authors": {
"Bjarne Mogstad": "me@mogstad.co"
},
"source": {
"git": "https://github.com/mogstad/delta.git",
"tag": "v5.0.1"
},
"platforms": {
"ios": "8.0",
"osx": "10.9"
},
"source_files": [
"sources/**/*.swift",
"sources/*.swift"
],
"osx": {
"exclude_files": "sources/**/UI*"
},
"requires_arc": true,
"pushed_with_swift_version": "3.0"
}