blob: 29dbd2d08b7c9aea2d37db9b8a08a2eb2ca3ec1f [file] [log] [blame]
{
"name": "TEArrayDiffCalculator",
"version": "0.1.0",
"summary": "Calculates insertions, deletions, updates and moves between two arrays that contain unique objects",
"homepage": "https://github.com/techery/TEArrayDiffCalculator",
"license": "MIT",
"authors": {
"Anastasiya Gorban": "gorbannastya@gmail.com"
},
"source": {
"git": "https://github.com/techery/TEArrayDiffCalculator.git",
"tag": "0.1.0"
},
"platforms": {
"ios": "7.0"
},
"requires_arc": true,
"source_files": "Pod/Classes/**/*",
"resource_bundles": {
"TEArrayDiffCalculator": [
"Pod/Assets/*.png"
]
},
"public_header_files": "Pod/Classes/**/*.h"
}