[Add] MDMCore 3.9.15
[CocoaPods.git] / Specs / 7 / 3 / 8 / EquatableArray / 1.0.0 / EquatableArray.podspec.json
blob996209cba3ea8c7538f2985edc5a539a3b9b8657
2   "name": "EquatableArray",
3   "version": "1.0.0",
4   "summary": "A Swift array wrapper that is Equatable",
5   "description": "A wrapper arround swift array that is Equatable.",
6   "homepage": "https://github.com/mikaoj/EquatableArray",
7   "license": "MIT",
8   "authors": {
9     "Joakim Gyllstrom": "joakim@backslashed.se"
10   },
11   "source": {
12     "git": "https://github.com/mikaoj/EquatableArray.git",
13     "tag": "1.0.0"
14   },
15   "platforms": {
16     "ios": "8.0"
17   },
18   "requires_arc": true,
19   "source_files": "Pod/Classes/**/*"