[Add] AlibabacloudBtripOpen20220520 4.5.0
[CocoaPods.git] / Specs / 1 / 6 / c / ALRadial / 0.1.0 / ALRadial.podspec.json
blobce0ea21d919d5279b16585e7437f8ec8349518a8
2   "name": "ALRadial",
3   "version": "0.1.0",
4   "summary": "Radial menus for iOS.",
5   "description": "  \t\t ALRadial is meant to replicate the radial menu's found in the path ios app. A central button is used to display many others eminating out in a circle.\n",
6   "homepage": "https://github.com/alattis/ALRadial",
7   "license": {
8     "type": "MIT",
9     "file": "ReadMe.md"
10   },
11   "authors": "Andrew Lattis",
12   "source": {
13     "git": "https://github.com/alattis/ALRadial.git",
14     "tag": "v0.1.0"
15   },
16   "platforms": {
17     "ios": "5.0"
18   },
19   "source_files": "ALRadial/ALRadial/ALRadial*.{h,m}",
20   "public_header_files": "ALRadial/ALRadial/ALRadial*.h",
21   "frameworks": [
22     "QuartzCore",
23     "CoreGraphics"
24   ],
25   "requires_arc": true