[Add] AlibabacloudMse20190531 6.13.0
[CocoaPods.git] / Specs / 1 / 7 / b / RouteMe / 0.1.1 / RouteMe.podspec.json
blob618830b5188ae15e4d2ec3f2c593bf1379be4bd9
2   "name": "RouteMe",
3   "version": "0.1.1",
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.1"
13   },
14   "platforms": {
15     "ios": "6.0"
16   },
17   "prefix_header_file": "MapView/MapView_Prefix.pch",
18   "source_files": [
19     "MapView/Map",
20     "Proj4/*.h"
21   ],
22   "preserve_paths": "Proj4/libProj4.a",
23   "resource_bundles": {
24     "RouteMe": [
25       "MapView/Map/Resources/*.png"
26     ]
27   },
28   "requires_arc": false,
29   "dependencies": {
30     "FMDB": [
31       "~> 2.3"
32     ],
33     "SMCalloutView": [
34       "~> 2.0"
35     ]
36   },
37   "ios": {
38     "frameworks": [
39       "CoreFoundation",
40       "CoreLocation",
41       "CoreGraphics",
42       "QuartzCore"
43     ],
44     "libraries": [
45       "sqlite3",
46       "Proj4"
47     ]
48   }