blob: 46d21f917e0131fed22b99148b7a9f60b5d8827d [file] [log] [blame]
{
"name": "RouteMe",
"version": "0.1.3",
"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.3"
},
"platforms": {
"ios": "6.0"
},
"requires_arc": false,
"prefix_header_file": "MapView/MapView_Prefix.pch",
"public_header_files": "MapView/Map/*.h",
"source_files": [
"MapView/Map/*.{h,m,c}",
"Proj4/proj_api.h"
],
"private_header_files": "Proj4/proj_api.h",
"ios": {
"vendored_libraries": "Proj4/libProj4.a",
"frameworks": [
"CoreFoundation",
"CoreLocation",
"CoreGraphics",
"QuartzCore"
],
"libraries": [
"sqlite3",
"Proj4"
]
},
"resource_bundles": {
"RouteMe": [
"MapView/Map/Resources/*.png"
]
},
"dependencies": {
"FMDB": [
"~> 2.3"
],
"SMCalloutView": [
"~> 2.0"
]
}
}