blob: 7ff970798af08bdcfa669283520b991295e0a4df [file] [log] [blame]
{
"name": "MHAppIndexing",
"version": "1.0.0",
"summary": "Easily add content to CoreSpotlight search index.",
"description": "There are two ways to add content to CoreSpotlight:\n1. Using MHCoreSpotlightManager to index objects directly\n2. Using MHUserActivityManager to index objects via NSUserActivity\nIn every case the objects must confirm either the protocol MHCoreSpotlightObject or MHUserActivityObject.",
"homepage": "https://github.com/myhammerios/MHAppIndexing",
"license": "Apache License Version 2.0",
"authors": {
"MyHammer iOS-Team": "ios-dev@myhammer.net"
},
"source": {
"git": "https://github.com/myhammerios/MHAppIndexing.git",
"tag": "1.0.0"
},
"platforms": {
"ios": "8.0"
},
"requires_arc": true,
"source_files": "Pod/Classes/**/*",
"resource_bundles": {
"MHAppIndexing": [
"Pod/Assets/*.png"
]
}
}