[Add] CastledNotificationService 4.1.3
[CocoaPods.git] / Specs / a / c / 2 / IVBezierPathRenderer / 0.1.1 / IVBezierPathRenderer.podspec.json
blob03fc0d59752906413d143d9d93214bc321194dba
2   "name": "IVBezierPathRenderer",
3   "version": "0.1.1",
4   "summary": "Alternative Path Renderer for MapKit to render path with bezier curve.",
5   "description": "MapKit framework provide us useful classes for drawing simple path in MKMapView. \nHowever, those lines draw with MKPolylineRenderer are too plat and unstylized, and most importantly, no bezier path, which is not sufficient for my map application usage. \nTherefore, IVBezierPathRenderer is created for more natural map path drawing.",
6   "homepage": "https://github.com/ivan114/IVBezierPathRenderer",
7   "screenshots": "http://cl.ly/gTB7/IVBezierPathRendererScreenshots.png",
8   "license": {
9     "type": "MIT",
10     "file": "LICENSE"
11   },
12   "authors": {
13     "Ivan Li": "ivanlidev@icloud.com"
14   },
15   "source": {
16     "git": "https://github.com/ivan114/IVBezierPathRenderer.git",
17     "tag": "0.1.1"
18   },
19   "platforms": {
20     "ios": "8.0"
21   },
22   "source_files": "IVBezierPathRenderer/Classes/**/*"