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