blob: cd8571b31d1dd9d33502e2314088d41107c47671 [file] [log] [blame]
{
"name": "MHAppIndexing",
"version": "1.0.1",
"summary": "A lib for iOS that makes it easier to 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/MyHammer/MHAppIndexing",
"license": "Apache License Version 2.0",
"authors": {
"MyHammer iOS-Team": "ios-dev@myhammer.net"
},
"source": {
"git": "https://github.com/MyHammer/MHAppIndexing.git",
"tag": "1.0.1"
},
"platforms": {
"ios": "8.0"
},
"requires_arc": true,
"source_files": "Pod/Classes/**/*",
"resource_bundles": {
"MHAppIndexing": [
"Pod/Assets/*.png"
]
}
}