blob: 0ce0e3a0b02bed5b56dba69fbdb9ff3c0bf8c79a [file] [log] [blame]
{
"name": "Delta",
"version": "4.0.0",
"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": "v4.0.0"
},
"platforms": {
"ios": "8.0",
"osx": "10.9"
},
"source_files": [
"sources/**/*.swift",
"sources/*.swift"
],
"osx": {
"exclude_files": "sources/**/UI*"
},
"requires_arc": true
}