[Add] ThinkingDataCore 1.0.2
[CocoaPods.git] / Specs / 5 / 8 / 2 / Pelias / 1.0.2 / Pelias.podspec.json
blob1b4a30503414f0cab82a326ac2ee2ba4942b2664
2   "name": "Pelias",
3   "version": "1.0.2",
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": "v1.0.2"
13   },
14   "license": "Apache License, Version 2.0",
15   "requires_arc": true,
16   "platforms": {
17     "ios": "9.3",
18     "osx": "10.11"
19   },
20   "pod_target_xcconfig": {
21     "SWIFT_VERSION": "3.0"
22   },
23   "default_subspecs": "Core",
24   "pushed_with_swift_version": "3.0",
25   "subspecs": [
26     {
27       "name": "Core",
28       "source_files": "Sources/Core/*.swift"
29     }
30   ]