[Add] FirebaseUI 15.0.0
[CocoaPods.git] / Specs / 7 / 3 / 8 / EquatableArray / 2.0.0 / EquatableArray.podspec.json
blobf2d50c2102c396bb146612a5bea573a75489d385
2   "name": "EquatableArray",
3   "version": "2.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": "2.0.0"
14   },
15   "platforms": {
16     "ios": "8.0"
17   },
18   "requires_arc": true,
19   "source_files": "Source/*.swift",
20   "pushed_with_swift_version": "3.0"