[Add] YLCategory-MacOS 1.1.3
[CocoaPods.git] / Specs / 6 / 3 / 8 / EasySpotlight / 0.1.0 / EasySpotlight.podspec.json
blob97a60f822b5e66bdb1a1ed0f6bfec5b9ff49ab7d
2   "name": "EasySpotlight",
3   "version": "0.1.0",
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.1.0"
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   }