blob: 996209cba3ea8c7538f2985edc5a539a3b9b8657 [file] [log] [blame]
{
"name": "EquatableArray",
"version": "1.0.0",
"summary": "A Swift array wrapper that is Equatable",
"description": "A wrapper arround swift array that is Equatable.",
"homepage": "https://github.com/mikaoj/EquatableArray",
"license": "MIT",
"authors": {
"Joakim Gyllstrom": "joakim@backslashed.se"
},
"source": {
"git": "https://github.com/mikaoj/EquatableArray.git",
"tag": "1.0.0"
},
"platforms": {
"ios": "8.0"
},
"requires_arc": true,
"source_files": "Pod/Classes/**/*"
}