[Add] MapboxCommon 24.10.0-daily-2024-12-14-04-25
[CocoaPods.git] / Specs / 2 / 3 / f / LocalSearchKit / 0.1.0 / LocalSearchKit.podspec.json
blob57b5aaeab225b9c1941924010ce4b210182759d0
2   "name": "LocalSearchKit",
3   "version": "0.1.0",
4   "summary": "Addition to MKLocalSearch to handle multiple search queries",
5   "description": "                       MKLocalSearch is a local POI search feature released by Apple.\n\n                       * It doesn't easily handle multiple queries\n                       * This is an addition of classes that help handle multiple queries simulatenously and effeciently.\n\t\t       * Uses NSOperations to make search operation make effecient. \n",
6   "homepage": "https://github.com/harishkashyap/LocalSearchKit",
7   "license": "MIT",
8   "authors": {
9     "Harish Krishnamurthy": "hkashyap@icloud.com"
10   },
11   "source": {
12     "git": "https://github.com/harishkashyap/LocalSearchKit.git",
13     "tag": "0.1.0"
14   },
15   "platforms": {
16     "ios": "7.0"
17   },
18   "requires_arc": true,
19   "source_files": "Pod/Classes",
20   "dependencies": {
21     "DataStructures": [
22       "> 0.1.1"
23     ]
24   }