[Add] DSPSDK 1.0.1.8
[CocoaPods.git] / Specs / 7 / 3 / 1 / ChangeableCopy / 1.0.0 / ChangeableCopy.podspec.json
blob9de79c0679986dbc588c9b0220dfde777dc71938
2   "name": "ChangeableCopy",
3   "version": "1.0.0",
4   "summary": "Convenient way to copy instances of Swift types with changed properties",
5   "homepage": "https://github.com/almazrafi/ChangeableCopy",
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/ChangeableCopy.git",
15     "tag": "1.0.0"
16   },
17   "swift_versions": "5.1",
18   "requires_arc": true,
19   "source_files": "Sources/**/*.swift",
20   "preserve_paths": "Misc/**/*",
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   "deprecated": true,
40   "swift_version": "5.1"