[Add] AlibabacloudIQS20241111 1.2.0
[CocoaPods.git] / Specs / a / f / c / Tuple / 0.1.0 / Tuple.podspec.json
blob282252d38bbd2414117610a7404a30768a06cc25
2   "name": "Tuple",
3   "version": "0.1.0",
4   "summary": "Tuple is a collection of utilities for working with ntuples.",
5   "swift_versions": "5.0",
6   "description": "Tupple supports appending and prepending values to ntuples, turning ntuples into arrays, and turning arrays into ntuples.",
7   "homepage": "https://github.com/anconaesselmann/Tuple",
8   "license": {
9     "type": "MIT",
10     "file": "LICENSE"
11   },
12   "authors": {
13     "ancona-esselmann": "axel@anconaesselmann.com"
14   },
15   "source": {
16     "git": "https://github.com/anconaesselmann/Tuple.git",
17     "tag": "0.1.0"
18   },
19   "platforms": {
20     "ios": "10.0"
21   },
22   "source_files": "Tuple/Classes/**/*",
23   "swift_version": "5.0"