[Add] ZohoDeskPortalAPIKit 4.0.5
[CocoaPods.git] / Specs / c / 2 / a / MHAppIndexing / 1.0.0 / MHAppIndexing.podspec.json
blob7ff970798af08bdcfa669283520b991295e0a4df
2   "name": "MHAppIndexing",
3   "version": "1.0.0",
4   "summary": "Easily 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/myhammerios/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/myhammerios/MHAppIndexing.git",
13     "tag": "1.0.0"
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   }