2 "name": "MHAppIndexing",
4 "summary": "A lib for iOS that makes it easier to add content to CoreSpotlight search index.",
5 "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.",
6 "homepage": "https://github.com/MyHammer/MHAppIndexing",
7 "license": "Apache License Version 2.0",
9 "MyHammer iOS-Team": "ios-dev@myhammer.net"
12 "git": "https://github.com/MyHammer/MHAppIndexing.git",
19 "source_files": "Pod/Classes/**/*",