[Add] DSPSDK 1.0.1.8
[CocoaPods.git] / Specs / c / d / a / FlightmapAnnotationExtension / 0.0.1-beta.1 / FlightmapAnnotationExtension.podspec.json
blobff81c68ad2cad47b0a2241b5ac92710a736dd9ba
2   "name": "FlightmapAnnotationExtension",
3   "version": "0.0.1-beta.1",
4   "summary": "Extension to support Flightmap's runtime styling annotations api.",
5   "description": "Provides an object oriented annotation api around runtime styling.",
6   "homepage": "http://app.flightmap.io",
7   "license": {
8     "type": "ISC",
9     "file": "LICENSE.md"
10   },
11   "authors": "Jungleworks",
12   "social_media_url": "http://twitter.com/mapbox",
13   "platforms": {
14     "ios": "9.0"
15   },
16   "source": {
17     "git": "https://github.com/MananJ-IOS/mapbox-annotation-extension.git",
18     "tag": "0.0.1-beta.1"
19   },
20   "source_files": "MapboxAnnotationExtension/**/*.{h,m}",
21   "requires_arc": true,
22   "module_name": "MapboxAnnotationExtension",
23   "dependencies": {
24     "Flightmap-SDK-iOS": [
26     ]
27   }