[Add] YLCategory-MacOS 1.1.3
[CocoaPods.git] / Specs / 5 / 8 / 2 / Pelias / 0.2.0 / Pelias.podspec.json
blobe630200f124535e518442bab8e37562fb0d68a60
2   "name": "Pelias",
3   "version": "0.2.0",
4   "summary": "A distributed full-text geographic search engine. An open source project sponsored by Mapzen.",
5   "homepage": "https://github.com/pelias/pelias-ios-sdk",
6   "social_media_url": "https://twitter.com/mapzen",
7   "authors": {
8     "Matt Smollinger": "m.smollinger@gmail.com"
9   },
10   "source": {
11     "git": "https://github.com/pelias/pelias-ios-sdk.git",
12     "tag": "v0.2.0"
13   },
14   "license": "Apache License, Version 2.0",
15   "requires_arc": true,
16   "platforms": {
17     "ios": "9.0",
18     "osx": "10.11"
19   },
20   "default_subspecs": "Core",
21   "subspecs": [
22     {
23       "name": "Core",
24       "source_files": "src/core/*.swift"
25     },
26     {
27       "name": "MapKitExtras",
28       "source_files": "src/convenience/MapkitExtensions.swift",
29       "frameworks": [
30         "MapKit",
31         "Contacts",
32         "CoreLocation"
33       ],
34       "dependencies": {
35         "Pelias/Core": [
37         ]
38       }
39     },
40     {
41       "name": "ObjectiveCompat",
42       "source_files": "src/objc-compat/ObjectiveCompatibility.swift",
43       "dependencies": {
44         "Pelias/Core": [
46         ]
47       }
48     }
49   ]