[Add] AlibabacloudBtripOpen20220520 4.5.0
[CocoaPods.git] / Specs / 1 / 7 / b / RouteMe / 0.1.3 / RouteMe.podspec.json
blob46d21f917e0131fed22b99148b7a9f60b5d8827d
2   "name": "RouteMe",
3   "version": "0.1.3",
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.3"
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   "resource_bundles": {
39     "RouteMe": [
40       "MapView/Map/Resources/*.png"
41     ]
42   },
43   "dependencies": {
44     "FMDB": [
45       "~> 2.3"
46     ],
47     "SMCalloutView": [
48       "~> 2.0"
49     ]
50   }