blob: e95e4b7d3c9f0efaec79da931cd0d89cd0f175a5 [file] [log] [blame]
{
"name": "LocalSearchKit",
"version": "0.1.2",
"summary": "Addition to MKLocalSearch to handle multiple search queries",
"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",
"homepage": "https://github.com/harishkashyap/LocalSearchKit",
"license": "MIT",
"authors": {
"Harish Krishnamurthy": "hkashyap@icloud.com"
},
"source": {
"git": "https://github.com/harishkashyap/LocalSearchKit.git",
"tag": "0.1.2"
},
"platforms": {
"ios": "7.0"
},
"requires_arc": true,
"source_files": "Pod/Classes",
"frameworks": [
"UIKit",
"MapKit"
],
"dependencies": {
"DataStructures": [
]
}
}