blob: f0236335ec9803197406107fb1d9b444351d0fb2 [file] [log] [blame]
{
"name": "EasySpotlight",
"version": "0.2.2",
"summary": "Easy way to add content to core spotlight",
"description": "Easily index your classes and structs to CoreSpotlight by adopting to this simple protocol.",
"homepage": "https://github.com/felix-dumit/EasySpotlight",
"license": "MIT",
"authors": {
"Felix Dumit": "felix.dumit@gmail.com"
},
"source": {
"git": "https://github.com/felix-dumit/EasySpotlight.git",
"tag": "0.2.2"
},
"platforms": {
"ios": "9.0"
},
"requires_arc": true,
"source_files": "Pod/Classes/**/*",
"resource_bundles": {
"EasySpotlight": [
"Pod/Assets/*.png"
]
}
}