blob: df7451930a7bc8e445318e4eb6c8585e1821cff9 [file] [log] [blame]
{
"name": "MovingCircleMapView",
"version": "0.0.1",
"summary": "A library for allowing developers to create movable and resizable MKCircle in the MKMapkit framework",
"description": "There is no direct way in resizing and moving a MKCircle instance in the Mapkit framework. This library provides a simple way to do things.",
"homepage": "https://github.com/objectiveCarlo/MovingCircleMapView.git",
"license": "MIT",
"authors": {
"Carlo Luis Bation": "carloluisbation@gmail.com"
},
"source": {
"git": "https://github.com/objectiveCarlo/MovingCircleMapView.git",
"tag": "0.0.1"
},
"platforms": {
"ios": "7.0"
},
"requires_arc": true,
"source_files": "Pod/Classes",
"resource_bundles": {
"MovingCircleMapView": [
"Pod/Assets/*.png"
]
},
"frameworks": [
"UIKit",
"MapKit"
]
}