[Add] LiteRTC 0.0.1-nightly.20241220
[CocoaPods.git] / Specs / f / 7 / c / MVArrowOverlays / 1.0.1 / MVArrowOverlays.podspec.json
blobe1cb62356db433fe8bc38a2db7e99f3529862a42
2   "name": "MVArrowOverlays",
3   "version": "1.0.1",
4   "summary": "Custom Arrow drawing classes for first time user experience",
5   "description": "                    This project includes a simple MVArrow class that can be used to draw arrows in your code.\n",
6   "homepage": "https://github.com/bizz84/MVArrowOverlays",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE.md"
10   },
11   "authors": {
12     "Andrea Bizzotto": "bizz84@gmail.com"
13   },
14   "platforms": {
15     "ios": "7.0"
16   },
17   "source": {
18     "git": "https://github.com/bizz84/MVArrowOverlays.git",
19     "tag": "1.0.1"
20   },
21   "source_files": "MVArrowOverlay/*.{h,m}",
22   "screenshots": [
23     "https://github.com/bizz84/MVArrowOverlays/raw/master/preview.png"
24   ],
25   "frameworks": [
26     "UIKit",
27     "Foundation",
28     "CoreGraphics"
29   ],
30   "requires_arc": true