[Add] DemoTestFramework 1.0.6
[CocoaPods.git] / Specs / e / 0 / 4 / Punycode / 1.0.1 / Punycode.podspec.json
blobbfe94c979bee94442618c6440784f5e1611f736d
2   "name": "Punycode",
3   "version": "1.0.1",
4   "summary": "A Pure Swift library for encode and decode punycoded strings supporting iOS, macOS, and tvOS.",
5   "homepage": "https://github.com/gumob/PunycodeSwift",
6   "license": {
7     "type": "MIT",
8     "file": "LICENSE"
9   },
10   "authors": {
11     "gumob": "hello@gumob.com"
12   },
13   "frameworks": "Foundation",
14   "requires_arc": true,
15   "source": {
16     "git": "https://github.com/gumob/PunycodeSwift.git",
17     "tag": "1.0.1"
18   },
19   "source_files": "Source/*.{swift}",
20   "platforms": {
21     "ios": "9.3",
22     "osx": "10.12",
23     "tvos": "12.0"
24   },
25   "swift_version": "4.2"