[Add] MDMCore 3.9.15
[CocoaPods.git] / Specs / 1 / a / b / UICircleView / 1.0.1 / UICircleView.podspec.json
blobce846626226bb3a74b1d981d65a77001067fee89
2   "name": "UICircleView",
3   "version": "1.0.1",
4   "summary": "A UIView that clip to Circle and restrict the UIEvent in its radius.",
5   "description": "A UIView that clip to Circle and restrict the UIEvent in its radius. Typical use for a Circle control panel.",
6   "homepage": "https://github.com/kidyoungx/UICircleView",
7   "license": "MPL-2.0",
8   "authors": {
9     "Kid Young": "kidyoungx@gmail.com"
10   },
11   "platforms": {
12     "ios": "5.0"
13   },
14   "source": {
15     "git": "https://github.com/kidyoungx/UICircleView.git",
16     "tag": "1.0.1"
17   },
18   "source_files": [
19     "UICircleView",
20     "UICircleView/**/*.{h,m}"
21   ],
22   "exclude_files": "SampleUICircleView",
23   "public_header_files": "UICircleView/**/*.h",
24   "requires_arc": true