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