blob: 9747f5f94b9554883b232d2764c4aa0b4069b25c [file] [log] [blame]
{
"name": "GeoJSONSerialization",
"version": "0.0.2",
"license": "MIT",
"summary": "Encodes and decodes between MapKit shapes and GeoJSON.",
"homepage": "https://github.com/mattt/GeoJSONSerialization",
"social_media_url": "https://twitter.com/mattt",
"authors": {
"Mattt Thompson": "m@mattt.me"
},
"source": {
"git": "https://github.com/mattt/GeoJSONSerialization.git",
"tag": "0.0.2"
},
"source_files": "GeoJSONSerialization",
"requires_arc": true,
"frameworks": [
"MapKit",
"CoreLocation"
],
"platforms": {
"ios": "5.0",
"osx": "10.9"
}
}