blob: fa46d68b492fdd466e59416a2b0589567e471ad0 [file] [log] [blame]
{
"name": "SpotlightHandler",
"version": "0.1.4",
"summary": "A simple way to index your application",
"description": "A simple way to index your application making it visible on Spotlight Search",
"homepage": "https://github.com/renatosarro/SpotlightHandler",
"license": {
"type": "MIT",
"file": "LICENSE.txt"
},
"authors": {
"Renato Matos": "renatorsarro@gmail.com"
},
"source": {
"git": "https://github.com/renatosarro/SpotlightHandler.git",
"tag": "0.1.4"
},
"social_media_url": "https://twitter.com/rmatos_",
"platforms": {
"ios": "7.0"
},
"requires_arc": true,
"source_files": "Pod/SpotlightUtils/**/**/*.{h,m}",
"resource_bundles": {
"SpotlightHandler": [
"Pod/Assets/*.png"
]
},
"public_header_files": "Pod/SpotlightUtils/**/**/*.h"
}