blob: 38e2b6c738d5b187f92ac56ae1d731d2bbd12a74 [file] [log] [blame]
{
"name": "MapSnap",
"version": "0.1.0",
"summary": "A library to easily create map snapshots",
"description": "MapSnap lets you easily create map snapshots, cache them, and display them in UIImageViews",
"homepage": "https://github.com/bsmith11/MapSnap",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Brad Smith": "bradley.d.smith11@gmail.com"
},
"source": {
"git": "https://github.com/bsmith11/MapSnap.git",
"tag": "0.1.0"
},
"platforms": {
"ios": "8.0"
},
"source_files": "MapSnap/Classes/**/*",
"requires_arc": true,
"frameworks": [
"UIKit",
"MapKit",
"CoreLocation"
],
"dependencies": {
"PINCache": [
"~> 2.3"
]
}
}