blob: f2d50c2102c396bb146612a5bea573a75489d385 [file] [log] [blame]
{
"name": "EquatableArray",
"version": "2.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": "2.0.0"
},
"platforms": {
"ios": "8.0"
},
"requires_arc": true,
"source_files": "Source/*.swift",
"pushed_with_swift_version": "3.0"
}