[Add] AlibabacloudIQS20241111 1.2.0
[CocoaPods.git] / Specs / a / 5 / 3 / SwiftBase32 / 0.5.4 / SwiftBase32.podspec.json
blob48ecdeb73006a2e943233e5691770002add40486
2   "name": "SwiftBase32",
3   "version": "0.5.4",
4   "summary": "Base32 implementation for Swift.",
5   "homepage": "https://github.com/norio-nomura/Base32",
6   "source": {
7     "git": "https://github.com/norio-nomura/Base32.git",
8     "tag": "0.5.4"
9   },
10   "license": {
11     "type": "MIT",
12     "file": "LICENSE"
13   },
14   "authors": {
15     "Norio Nomura": "norio.nomura@gmail.com"
16   },
17   "source_files": "Sources/**/*.{h,c,swift}",
18   "pod_target_xcconfig": {
19     "APPLICATION_EXTENSION_API_ONLY": "YES"
20   },
21   "platforms": {
22     "ios": "8.0",
23     "osx": "10.9",
24     "tvos": "9.0",
25     "watchos": "2.0"
26   },
27   "pushed_with_swift_version": "3.0"