[Add] YLCategory-MacOS 1.1.3
[CocoaPods.git] / Specs / 6 / 3 / 8 / EasySpotlight / 0.2.2 / EasySpotlight.podspec.json
blobf0236335ec9803197406107fb1d9b444351d0fb2
2   "name": "EasySpotlight",
3   "version": "0.2.2",
4   "summary": "Easy way to add content to core spotlight",
5   "description": "Easily index your classes and structs to CoreSpotlight by adopting to this simple protocol.",
6   "homepage": "https://github.com/felix-dumit/EasySpotlight",
7   "license": "MIT",
8   "authors": {
9     "Felix Dumit": "felix.dumit@gmail.com"
10   },
11   "source": {
12     "git": "https://github.com/felix-dumit/EasySpotlight.git",
13     "tag": "0.2.2"
14   },
15   "platforms": {
16     "ios": "9.0"
17   },
18   "requires_arc": true,
19   "source_files": "Pod/Classes/**/*",
20   "resource_bundles": {
21     "EasySpotlight": [
22       "Pod/Assets/*.png"
23     ]
24   }