blob: 4c901f2cbbea47f5859bbd7c8569f4b65a448d54 [file] [log] [blame]
{
"name": "MUKArrayDelta",
"version": "1.2.0",
"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.2.0"
},
"platforms": {
"ios": "7.0"
},
"requires_arc": true,
"source_files": "*.{h,m}",
"compiler_flags": "-Wdocumentation"
}