[Add] TensorFlowLiteObjC 0.0.1-nightly.20241221
[CocoaPods.git] / Specs / 4 / e / d / PrettyCircleView / 0.2.2 / PrettyCircleView.podspec.json
blobc364efebf8797d9f5c2504a4a6c89eb25540ae12
2   "name": "PrettyCircleView",
3   "module_name": "PrettyCircleView",
4   "version": "0.2.2",
5   "summary": "A pretty view for  circle content.",
6   "description": "Rewritten UIView for rendering content in a circle.",
7   "homepage": "https://github.com/nab0y4enko/PrettyCircleView",
8   "license": "MIT",
9   "authors": {
10     "Oleksii Naboichenko": "nab0y4enko@gmail.com"
11   },
12   "social_media_url": "https://twitter.com/nab0y4enko",
13   "source": {
14     "git": "https://github.com/nab0y4enko/PrettyCircleView.git",
15     "tag": "0.2.2"
16   },
17   "source_files": "Sources/**/*.swift",
18   "frameworks": [
19     "UIKit",
20     "CoreGraphics",
21     "QuartzCore"
22   ],
23   "platforms": {
24     "ios": "11.0"
25   },
26   "pod_target_xcconfig": {
27     "SWIFT_VERSION": "5.0"
28   }