blob: 89d19964e0191ab7d06f0c9c1486f368e9b6d134 [file] [log] [blame]
{
"name": "MGGStaticMapView",
"version": "1.0.1",
"license": "Apache V2",
"summary": "Drop-in replacement for MKMapView that uses a snapshotter to reduce memory usage.",
"homepage": "https://github.com/mglidden/MGGStaticMapView",
"authors": {
"Mason Glidden": "mason@masonglidden.com"
},
"source": {
"git": "https://github.com/mglidden/MGGStaticMapView.git",
"tag": "1.0.1"
},
"requires_arc": true,
"platforms": {
"ios": "7.0"
},
"public_header_files": "MGGStaticMapView/Source/**/MGGStaticMapView.h",
"source_files": "MGGStaticMapView/Source/**/*.{h,m}"
}