[Add] kit_extension 0.4.3
[CocoaPods.git] / Specs / 2 / 3 / f / LocalSearchKit / 0.1.2 / LocalSearchKit.podspec.json
blobe95e4b7d3c9f0efaec79da931cd0d89cd0f175a5
2   "name": "LocalSearchKit",
3   "version": "0.1.2",
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.2"
14   },
15   "platforms": {
16     "ios": "7.0"
17   },
18   "requires_arc": true,
19   "source_files": "Pod/Classes",
20   "frameworks": [
21     "UIKit",
22     "MapKit"
23   ],
24   "dependencies": {
25     "DataStructures": [
27     ]
28   }