[Add] RongCloudRTC 5.12.0
[CocoaPods.git] / Specs / 3 / 6 / 7 / LevelSearch / 0.1.0 / LevelSearch.podspec.json
blobfc2b1d7c849e796084b631abb018aaba4d61e4f6
2   "name": "LevelSearch",
3   "version": "0.1.0",
4   "summary": "Full text search for Core Data based on LevelDB",
5   "license": "MIT",
6   "authors": {
7     "John Tumminaro": "john@tinylittlegears.com"
8   },
9   "homepage": "https://github.com/smyrgl/LevelSearch",
10   "source": {
11     "git": "https://github.com/smyrgl/LevelSearch.git",
12     "tag": "0.1.0"
13   },
14   "platforms": {
15     "ios": "7.0",
16     "osx": "10.9"
17   },
18   "requires_arc": true,
19   "source_files": "Classes",
20   "ios": {
21     "exclude_files": "Classes/Private"
22   },
23   "osx": {
24     "exclude_files": "Classes/Private"
25   },
26   "public_header_files": "Classes/*.h",
27   "frameworks": [
28     "Foundation",
29     "CoreData"
30   ],
31   "dependencies": {
32     "Objective-LevelDB": [
33       "~> 2.0.7"
34     ]
35   }