[Add] YLProgressHUD 0.0.2
[CocoaPods.git] / Specs / 0 / 6 / 4 / WGBatchComparator / 1.0.5 / WGBatchComparator.podspec.json
blob064ffe542df1e73d5868614dc003e9e2851b7081
2   "name": "WGBatchComparator",
3   "version": "1.0.5",
4   "summary": "Compare two array.",
5   "description": "Efficient query whether a group of objects exist in another group of objects.\nExample:\nfor (NSManagedObject *managedObject in array) { //count = 1000\n  //find in CoreData.\n}",
6   "homepage": "https://github.com/lgw51/WGBatchComparator",
7   "license": "MIT",
8   "authors": {
9     "7owen": "lgw52@hotmail.com"
10   },
11   "source": {
12     "git": "https://github.com/lgw51/WGBatchComparator.git",
13     "tag": "1.0.5"
14   },
15   "source_files": "*.{h,m}",
16   "platforms": {
17     "osx": null,
18     "ios": null,
19     "tvos": null,
20     "watchos": null
21   }