[Add] com-qqsdk-control-Tools 1.2.1
[CocoaPods.git] / Specs / e / b / 4 / Mapzen-ios-sdk / 1.1.0 / Mapzen-ios-sdk.podspec.json
blob03ab15c7702ba7aa7d091f43219aca022d0f7ede
2   "name": "Mapzen-ios-sdk",
3   "version": "1.1.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": "v1.1.0",
19     "submodules": true
20   },
21   "platforms": {
22     "ios": "9.3"
23   },
24   "requires_arc": true,
25   "default_subspecs": "Core",
26   "prepare_command": "swift scripts/setup_version.swift 1.1.0",
27   "pushed_with_swift_version": "3.0",
28   "subspecs": [
29     {
30       "name": "Core",
31       "dependencies": {
32         "Pelias": [
33           "~> 1.0.2"
34         ],
35         "OnTheRoad": [
36           "~> 1.0.0"
37         ],
38         "Tangram-es": [
39           "~> 0.8.1"
40         ]
41       },
42       "source_files": [
43         "MapzenSDK/*.swift",
44         "MapzenSDK/*/*.swift"
45       ],
46       "resources": [
47         "images/*.png",
48         "housestyles.bundle",
49         "version.plist"
50       ]
51     }
52   ]