[Add] IPDSDK 2.0.0.3
[CocoaPods.git] / Specs / c / 2 / a / MHAppIndexing / 1.0.1 / MHAppIndexing.podspec.json
blobcd8571b31d1dd9d33502e2314088d41107c47671
2   "name": "MHAppIndexing",
3   "version": "1.0.1",
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",
8   "authors": {
9     "MyHammer iOS-Team": "ios-dev@myhammer.net"
10   },
11   "source": {
12     "git": "https://github.com/MyHammer/MHAppIndexing.git",
13     "tag": "1.0.1"
14   },
15   "platforms": {
16     "ios": "8.0"
17   },
18   "requires_arc": true,
19   "source_files": "Pod/Classes/**/*",
20   "resource_bundles": {
21     "MHAppIndexing": [
22       "Pod/Assets/*.png"
23     ]
24   }