[Add] FaceSDKNightly 6.4.2314
[CocoaPods.git] / Specs / 8 / 0 / a / MBXMapKit / 0.3.0 / MBXMapKit.podspec.json
blob489cd75e3c9fef19b2d64dccb1dd939692de09e6
2   "name": "MBXMapKit",
3   "version": "0.3.0",
4   "summary": "Lightweight Mapbox integration with MapKit on iOS and OS X.",
5   "description": "Lightweight Mapbox integration with MapKit on iOS and OS X for custom map styles and complete offline control.",
6   "homepage": "https://www.mapbox.com/mbxmapkit/",
7   "license": "BSD",
8   "authors": {
9     "Mapbox": "mobile@mapbox.com"
10   },
11   "source": {
12     "git": "https://github.com/mapbox/mbxmapkit.git",
13     "tag": "0.3.0"
14   },
15   "platforms": {
16     "ios": "7.0",
17     "osx": "10.9"
18   },
19   "source_files": "MBXMapKit/*.{h,m}",
20   "requires_arc": true,
21   "documentation_url": "https://www.mapbox.com/mbxmapkit/",
22   "frameworks": "MapKit",
23   "ios": {
24     "frameworks": "UIKit"
25   },
26   "osx": {
27     "frameworks": "AppKit"
28   },
29   "libraries": "sqlite3"