[Add] TensorFlowLiteSwift 0.0.1-nightly.20241221
[CocoaPods.git] / Specs / 9 / 7 / b / CALayer+CurveMaker / 0.0.1 / CALayer+CurveMaker.podspec.json
blobe79230eb21d801b547cd7d3da0c3862020deedff
2   "name": "CALayer+CurveMaker",
3   "version": "0.0.1",
4   "summary": "make curve layers for UIView or CALayer",
5   "description": "a extension for making curve layers for UIView or CALayer",
6   "homepage": "https://github.com/litt1e-p/CALayer-CurveMaker",
7   "license": {
8     "type": "MIT"
9   },
10   "authors": {
11     "litt1e-p": "litt1e.p4ul@gmail.com"
12   },
13   "source": {
14     "git": "https://github.com/litt1e-p/CALayer-CurveMaker.git",
15     "tag": "0.0.1"
16   },
17   "platforms": {
18     "ios": "8.0"
19   },
20   "requires_arc": true,
21   "source_files": "CALayer+CurveMaker/*",
22   "frameworks": [
23     "Foundation",
24     "UIKit"
25   ]