[Add] AlibabacloudAgency20221216 1.7.0
[CocoaPods.git] / Specs / f / a / 0 / AutoChangeable / 1.0.1 / AutoChangeable.podspec.json
blob56c2693b08954206b8849e52b8fbbbadab9f4879
2   "name": "AutoChangeable",
3   "version": "1.0.1",
4   "summary": "Convenient way to copy instances of Swift types with changed properties",
5   "homepage": "https://github.com/almazrafi/AutoChangeable",
6   "license": {
7     "type": "MIT",
8     "file": "LICENSE"
9   },
10   "authors": {
11     "Almaz Ibragimov": "almazrafi@gmail.com"
12   },
13   "source": {
14     "git": "https://github.com/almazrafi/AutoChangeable.git",
15     "tag": "1.0.1"
16   },
17   "swift_versions": "5.1",
18   "requires_arc": true,
19   "source_files": "Sources/**/*.swift",
20   "preserve_paths": "Bin/**/*",
21   "ios": {
22     "frameworks": "Foundation"
23   },
24   "platforms": {
25     "ios": "10.0",
26     "osx": "10.12",
27     "watchos": "3.0",
28     "tvos": "10.0"
29   },
30   "osx": {
31     "frameworks": "Foundation"
32   },
33   "watchos": {
34     "frameworks": "Foundation"
35   },
36   "tvos": {
37     "frameworks": "Foundation"
38   },
39   "swift_version": "5.1"