[Add] RogoCore 1.0.8.9
[CocoaPods.git] / Specs / a / 5 / 9 / Mapbox-iOS-SDK / 1.4.0 / Mapbox-iOS-SDK.podspec.json
blob0945e165d5b3d05fd71325e30bf07cb4e5fea212
2   "name": "Mapbox-iOS-SDK",
3   "version": "1.4.0",
4   "summary": "An open source toolset for building mapping applications for iOS devices.",
5   "description": "An open source toolset for building mapping applications for iOS devices with great flexibility for visual styling, offline use, and customizability.",
6   "homepage": "https://mapbox.com/mapbox-ios-sdk",
7   "license": "BSD",
8   "authors": {
9     "Mapbox": "mobile@mapbox.com"
10   },
11   "screenshots": "https://raw.github.com/mapbox/mapbox-ios-sdk/packaging/screenshot.png",
12   "social_media_url": "https://twitter.com/Mapbox",
13   "source": {
14     "git": "https://github.com/mapbox/mapbox-ios-sdk.git",
15     "tag": "1.4.0"
16   },
17   "platforms": {
18     "ios": "5.0"
19   },
20   "source_files": [
21     "Proj4/*.h",
22     "MapView/Map/*.{h,c,m}"
23   ],
24   "requires_arc": true,
25   "prefix_header_file": "MapView/MapView_Prefix.pch",
26   "resource_bundles": {
27     "Mapbox": "MapView/Map/Resources/*"
28   },
29   "documentation_url": "https://www.mapbox.com/mapbox-ios-sdk",
30   "frameworks": [
31     "CoreGraphics",
32     "CoreLocation",
33     "Foundation",
34     "QuartzCore",
35     "UIKit"
36   ],
37   "libraries": [
38     "Proj4",
39     "sqlite3",
40     "z"
41   ],
42   "xcconfig": {
43     "OTHER_LDFLAGS": "-ObjC",
44     "LIBRARY_SEARCH_PATHS": "\"${PODS_ROOT}/Mapbox-iOS-SDK/Proj4\""
45   },
46   "preserve_paths": [
47     "MapView/MapView.xcodeproj",
48     "MapView/Map/Resources"
49   ],
50   "vendored_libraries": "Proj4/libProj4.a",
51   "dependencies": {
52     "FMDB": [
53       "2.3"
54     ],
55     "GRMustache": [
56       "6.8.3"
57     ],
58     "SMCalloutView": [
59       "2.0"
60     ]
61   }