[Add] AlibabacloudMarket20151101 1.1.0
[CocoaPods.git] / Specs / e / 0 / 4 / Punycode / 3.0.0 / Punycode.podspec.json
blobc418c93c5d5e319c802f4e610008fff2c9a985bd
2   "name": "Punycode",
3   "version": "3.0.0",
4   "summary": "A Pure Swift library for encode and decode punycoded strings supporting iOS, macOS, tvOS, watchOS, and visionOS.",
5   "homepage": "https://github.com/gumob/PunycodeSwift",
6   "license": {
7     "type": "MIT",
8     "file": "LICENSE"
9   },
10   "authors": {
11     "Kojiro Futamura": "gumob.dev@gmail.com"
12   },
13   "frameworks": "Foundation",
14   "requires_arc": true,
15   "source": {
16     "git": "https://github.com/gumob/PunycodeSwift.git",
17     "tag": "3.0.0"
18   },
19   "source_files": "Sources/*.{swift}",
20   "platforms": {
21     "osx": "10.13",
22     "ios": "12.0",
23     "tvos": "12.0",
24     "watchos": "4.0",
25     "visionos": "1.0"
26   },
27   "swift_versions": "5.0",
28   "swift_version": "5.0"