[Add] MARSDK_EPSDK 5.4.1
[CocoaPods.git] / Specs / e / b / 4 / Mapzen-ios-sdk / 0.2.0 / Mapzen-ios-sdk.podspec.json
blobf00cac9461fee699f063503c283ebdb3066d0464
2   "name": "Mapzen-ios-sdk",
3   "version": "0.2.0",
4   "summary": "Mapzen iOS SDK",
5   "description": "The Mapzen iOS SDK is a thin wrapper that packages up everything you need to use Mapzen services in your iOS applications. It also simplifies setup, installation, API key management, and generally makes your life better.",
6   "homepage": "https://mapzen.com/projects/mobile/",
7   "license": {
8     "type": "Apache License, Version 2.0",
9     "file": "LICENSE.md"
10   },
11   "authors": {
12     "Mapzen": "ios-support@mapzen.com"
13   },
14   "social_media_url": "https://twitter.com/mapzen",
15   "documentation_url": "https://mapzen.com/documentation/ios/",
16   "source": {
17     "git": "https://github.com/mapzen/ios.git",
18     "tag": "v0.2.0"
19   },
20   "platforms": {
21     "ios": "9.3"
22   },
23   "requires_arc": true,
24   "default_subspecs": "Core",
25   "pushed_with_swift_version": "3.0",
26   "subspecs": [
27     {
28       "name": "Core",
29       "dependencies": {
30         "Pelias": [
31           "~> 1.0.0-beta"
32         ],
33         "OnTheRoad": [
34           "~> 1.0.0-beta"
35         ],
36         "Tangram-es": [
37           "~> 0.4.1"
38         ]
39       },
40       "source_files": "src/*/*.swift",
41       "resources": [
42         "images/*.png",
43         "tangram/*"
44       ]
45     }
46   ]