[Add] ZJSDK 2.5.8.16
[CocoaPods.git] / Specs / 9 / 1 / 8 / LxThroughPointsBezier / 1.0.0 / LxThroughPointsBezier.podspec.json
blobeb1155440aeae2ef7665697f9e910b4c07b2a09c
2   "name": "LxThroughPointsBezier",
3   "version": "1.0.0",
4   "license": "Apache",
5   "summary": "Draw a smooth bezier through several points you designated. The curveā€˜s bend level is adjustable.",
6   "homepage": "https://github.com/DeveloperLx/LxThroughPointsBezier",
7   "authors": {
8     "DeveloperLx": "developerlx@yeah.net"
9   },
10   "source": {
11     "git": "https://github.com/DeveloperLx/LxThroughPointsBezier.git",
12     "tag": "1.0.0",
13     "submodules": true
14   },
15   "requires_arc": true,
16   "platforms": {
17     "ios": "6.0"
18   },
19   "public_header_files": "LxThroughPointsBezier/*.h",
20   "source_files": "LxThroughPointsBezier/*",
21   "frameworks": [
22     "Foundation",
23     "CoreGraphics"
24   ]