[Delete] DSPSDK 1.0.0.3
[CocoaPods.git] / Specs / 3 / 2 / 8 / MovingCircleMapView / 0.0.4 / MovingCircleMapView.podspec.json
blobbd7c9309f5d09c69611ce4a61d1afcd97e439fea
2   "name": "MovingCircleMapView",
3   "version": "0.0.4",
4   "summary": "A library for allowing developers to create movable and resizable MKCircle in the MKMapkit framework",
5   "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.",
6   "homepage": "https://github.com/objectiveCarlo/MovingCircleMapView.git",
7   "license": "MIT",
8   "authors": {
9     "Carlo Luis Bation": "carloluisbation@gmail.com"
10   },
11   "source": {
12     "git": "https://github.com/objectiveCarlo/MovingCircleMapView.git",
13     "tag": "0.0.4"
14   },
15   "platforms": {
16     "ios": "7.0"
17   },
18   "requires_arc": true,
19   "source_files": "Pod/Classes",
20   "resource_bundles": {
21     "MovingCircleMapView": [
22       "Pod/Assets/*.png"
23     ]
24   },
25   "frameworks": [
26     "UIKit",
27     "MapKit"
28   ]