blob: d1e574a1a3e1712b41470cd0a0f67bfd7b9606a0 [file] [log] [blame]
{
"name": "MUKArrayDelta",
"version": "1.1.1",
"summary": "Spot differences between two arrays",
"description": "You feed two arrays and you will get inserted indexes, deleted indexes, changes and movements",
"homepage": "https://github.com/muccy/MUKArrayDelta",
"license": "MIT",
"authors": {
"Marco Muccinelli": "muccymac@gmail.com"
},
"source": {
"git": "https://github.com/muccy/MUKArrayDelta.git",
"tag": "1.1.1"
},
"platforms": {
"ios": "7.0"
},
"requires_arc": true,
"source_files": "*.{h,m}",
"compiler_flags": "-Wdocumentation"
}