blob: fc2b1d7c849e796084b631abb018aaba4d61e4f6 [file] [log] [blame]
{
"name": "LevelSearch",
"version": "0.1.0",
"summary": "Full text search for Core Data based on LevelDB",
"license": "MIT",
"authors": {
"John Tumminaro": "john@tinylittlegears.com"
},
"homepage": "https://github.com/smyrgl/LevelSearch",
"source": {
"git": "https://github.com/smyrgl/LevelSearch.git",
"tag": "0.1.0"
},
"platforms": {
"ios": "7.0",
"osx": "10.9"
},
"requires_arc": true,
"source_files": "Classes",
"ios": {
"exclude_files": "Classes/Private"
},
"osx": {
"exclude_files": "Classes/Private"
},
"public_header_files": "Classes/*.h",
"frameworks": [
"Foundation",
"CoreData"
],
"dependencies": {
"Objective-LevelDB": [
"~> 2.0.7"
]
}
}