[Add] XMUniversalSDK 1.0.0.0-dev
[CocoaPods.git] / Specs / f / d / e / UIBezierPath-Query / 1.0.0 / UIBezierPath-Query.podspec.json
blobe631e0abec5fed3cc6732bd878a82ac585c5b1aa
2   "name": "UIBezierPath-Query",
3   "version": "1.0.0",
4   "summary": "Functions to preform interesting queries on UIBezierPath and NSBezierPath",
5   "description": "This library adds several major features to UIBezierPath.\n\n- Calculating path length\n- Calculating bezier points\n- Calculating perpendicular points and distances\n- Calculating path slope and tangent angles",
6   "homepage": "https://github.com/ifullgaz/UIBezierPath-Query",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Emmanuel Merali": "emmanuel@merali.me"
13   },
14   "source": {
15     "git": "https://github.com/ifullgaz/UIBezierPath-Query.git",
16     "tag": "1.0.0"
17   },
18   "platforms": {
19     "ios": "8.0"
20   },
21   "swift_versions": [
22     4.0,
23     4.1,
24     4.2,
25     5.0,
26     5.1
27   ],
28   "source_files": "UIBezierPath-Query/Classes/**/*",
29   "swift_version": "5.1"