[Add] TPNBaiduSDKAdapter 6.4.35
[CocoaPods.git] / Specs / 2 / f / 7 / ArchimedeanSpiral / 1.0.13 / ArchimedeanSpiral.podspec.json
blobdf357dbd491dd9a09349b9205aca174eccabb662
2   "name": "ArchimedeanSpiral",
3   "version": "1.0.13",
4   "summary": "A struct to describe archimedean spiral.",
5   "swift_versions": "5.3.0",
6   "platforms": {
7     "ios": "12.0"
8   },
9   "description": "A struct to describe archimedean spiral. It will create points of spiral with given radius and spacings.",
10   "homepage": "https://github.com/chenhaiteng/ArchimedeanSpiral",
11   "license": {
12     "type": "MIT",
13     "file": "LICENSE"
14   },
15   "authors": {
16     "Chen-Hai Teng": "chenhaiteng@gmail.com"
17   },
18   "source": {
19     "git": "https://github.com/chenhaiteng/ArchimedeanSpiral.git",
20     "tag": "1.0.13"
21   },
22   "source_files": "Sources/ArchimedeanSpiral/**/*.swift",
23   "dependencies": {
24     "CoreGraphicsExtension": [
25       "~> 0.4.2"
26     ]
27   },
28   "swift_version": "5.3.0"