[Add] AlibabacloudMse20190531 6.13.0
[CocoaPods.git] / Specs / 1 / 7 / b / RouteMe / 0.1.4 / RouteMe.podspec.json
blob40cf5d6e321c147a3b1805e0ff682cdcf04ed9c7
2   "name": "RouteMe",
3   "version": "0.1.4",
4   "license": "MIT",
5   "summary": "Open street maps for iOS.",
6   "homepage": "https://github.com/sdkdimon/route-me",
7   "authors": {
8     "daemmon": "sdkdimon@gmail.com"
9   },
10   "source": {
11     "git": "https://github.com/sdkdimon/route-me.git",
12     "tag": "0.1.4"
13   },
14   "platforms": {
15     "ios": "6.0"
16   },
17   "requires_arc": false,
18   "prefix_header_file": "MapView/MapView_Prefix.pch",
19   "public_header_files": "MapView/Map/*.h",
20   "source_files": [
21     "MapView/Map/*.{h,m,c}",
22     "Proj4/proj_api.h"
23   ],
24   "private_header_files": "Proj4/proj_api.h",
25   "ios": {
26     "vendored_libraries": "Proj4/libProj4.a",
27     "frameworks": [
28       "CoreFoundation",
29       "CoreLocation",
30       "CoreGraphics",
31       "QuartzCore"
32     ],
33     "libraries": [
34       "sqlite3",
35       "Proj4"
36     ]
37   },
38   "resources": "MapView/Map/Resources/*.png",
39   "dependencies": {
40     "FMDB": [
41       "~> 2.3"
42     ],
43     "SMCalloutView": [
44       "~> 2.0"
45     ]
46   }