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