blob: 618830b5188ae15e4d2ec3f2c593bf1379be4bd9 [file] [log] [blame]
{
"name": "RouteMe",
"version": "0.1.1",
"license": "MIT",
"summary": "Open street maps for iOS.",
"homepage": "https://github.com/sdkdimon/route-me",
"authors": {
"daemmon": "sdkdimon@gmail.com"
},
"source": {
"git": "https://github.com/sdkdimon/route-me.git",
"tag": "0.1.1"
},
"platforms": {
"ios": "6.0"
},
"prefix_header_file": "MapView/MapView_Prefix.pch",
"source_files": [
"MapView/Map",
"Proj4/*.h"
],
"preserve_paths": "Proj4/libProj4.a",
"resource_bundles": {
"RouteMe": [
"MapView/Map/Resources/*.png"
]
},
"requires_arc": false,
"dependencies": {
"FMDB": [
"~> 2.3"
],
"SMCalloutView": [
"~> 2.0"
]
},
"ios": {
"frameworks": [
"CoreFoundation",
"CoreLocation",
"CoreGraphics",
"QuartzCore"
],
"libraries": [
"sqlite3",
"Proj4"
]
}
}