[Add] MoneyHashPayment 2.2.14
[CocoaPods.git] / Specs / 5 / 2 / 8 / MapboxAnnotationExtensionLegacy / 0.0.1-beta.2 / MapboxAnnotationExtensionLegacy.podspec.json
blobb6ee94f94b8e28f52d0d6b3b097d334a8fe392ee
2   "name": "MapboxAnnotationExtensionLegacy",
3   "version": "0.0.1-beta.2",
4   "summary": "Extension to support Mapbox's runtime styling annotations api.",
5   "description": "Provides an object oriented annotation api around runtime styling.",
6   "homepage": "http://www.mapbox.com/",
7   "license": {
8     "type": "ISC",
9     "file": "LICENSE.md"
10   },
11   "authors": {
12     "Tumee": "luciferhilde@gmail.com"
13   },
14   "social_media_url": "http://twitter.com/mapbox",
15   "platforms": {
16     "ios": "9.0"
17   },
18   "source": {
19     "git": "https://github.com/scortumee/mapbox-annotation-extension.git",
20     "tag": "0.0.1-beta.2"
21   },
22   "source_files": "MapboxAnnotationExtension/**/*.{h,m}",
23   "requires_arc": true,
24   "module_name": "MapboxAnnotationExtensionLegacy",
25   "dependencies": {
26     "MapboxLegacy": [
27       "~> 6.4.2"
28     ]
29   },
30   "user_target_xcconfig": {
31     "EXCLUDED_ARCHS[sdk=iphonesimulator*]": "arm64"
32   },
33   "pod_target_xcconfig": {
34     "EXCLUDED_ARCHS[sdk=iphonesimulator*]": "arm64"
35   }