[Add] AlibabacloudEcs20140526 3.0.0
[CocoaPods.git] / Specs / 9 / c / f / SVGWebRenderer / 0.1.0 / SVGWebRenderer.podspec.json
blobc6422c6047919eb11f91bcbee6ede10a23b71258
2   "name": "SVGWebRenderer",
3   "version": "0.1.0",
4   "summary": "Rendering SVG files into UIImages using WKWebView",
5   "description": "SVGWebRender helps you turn SVG files, either local or remote, into UIImages that can be used with UIKit elements such as UIImageView, leveraging the capability of WKWebView.",
6   "homepage": "https://github.com/jonathanlu813/SVGWebRenderer",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "jonathanlu813": "jonathanlu813@gmail.com"
13   },
14   "source": {
15     "git": "https://github.com/jonathanlu813/SVGWebRenderer.git",
16     "tag": "0.1.0"
17   },
18   "social_media_url": "https://twitter.com/jo_lu_v",
19   "platforms": {
20     "ios": "11.0"
21   },
22   "swift_versions": [
23     "4.0",
24     "4.2",
25     "5.0"
26   ],
27   "frameworks": [
28     "UIKit",
29     "WebKit"
30   ],
31   "source_files": "SVGWebRenderer/Classes/**/*",
32   "dependencies": {
33     "Kingfisher": [
34       "~> 4.10.0"
35     ],
36     "Alamofire": [
37       "~> 5.0.0"
38     ],
39     "CryptoSwift": [
40       "~> 1.0"
41     ]
42   },
43   "swift_version": "5.0"