[Add] DoordeckSDK 0.58.0
[CocoaPods.git] / Specs / c / e / 6 / Burritos / 0.0.3 / Burritos.podspec.json
blobf620f378e40530e5ea7d22e3839a1f288ab09369
2   "name": "Burritos",
3   "version": "0.0.3",
4   "summary": "A collection of well tested Swift Property Wrappers.",
5   "description": "A collection of well tested Swift Property Wrappers.\n  * @AtomicWrite\n  * @Clamping\n  * @Copying\n  * @DefaultValue\n  * @DynamicUIColor\n  * @Expirable\n  * @LateInit\n  * @Lazy\n  * @LazyConstant\n  * @Trimmed\n  * @UndoRedo\n  * @UserDefault\n  * More coming ...",
6   "homepage": "https://github.com/guillermomuntaner/Burritos",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Guillermo Muntaner": "guillermomp87@gmail.com"
13   },
14   "source": {
15     "git": "https://github.com/guillermomuntaner/Burritos.git",
16     "tag": "0.0.3"
17   },
18   "social_media_url": "https://twitter.com/guillermomp87",
19   "platforms": {
20     "ios": "8.0",
21     "osx": "10.10",
22     "tvos": "9.0",
23     "watchos": "2.0"
24   },
25   "swift_versions": [
26     "5.0",
27     "5.1"
28   ],
29   "subspecs": [
30     {
31       "name": "AtomicWrite",
32       "source_files": "Sources/AtomicWrite/*",
33       "frameworks": "Foundation"
34     },
35     {
36       "name": "Clamping",
37       "source_files": "Sources/Clamping/*"
38     },
39     {
40       "name": "Copying",
41       "source_files": "Sources/Copying/*",
42       "frameworks": "Foundation"
43     },
44     {
45       "name": "DefaultValue",
46       "source_files": "Sources/DefaultValue/*"
47     },
48     {
49       "name": "DynamicUIColor",
50       "source_files": "Sources/DynamicUIColor/*",
51       "ios": {
52         "frameworks": "UIKit"
53       }
54     },
55     {
56       "name": "EnvironmentVariable",
57       "source_files": "Sources/EnvironmentVariable/*",
58       "ios": {
59         "frameworks": "Foundation"
60       }
61     },
62     {
63       "name": "Expirable",
64       "source_files": "Sources/Expirable/*",
65       "frameworks": "Foundation"
66     },
67     {
68       "name": "LateInit",
69       "source_files": "Sources/LateInit/*"
70     },
71     {
72       "name": "Lazy",
73       "source_files": "Sources/Lazy/*"
74     },
75     {
76       "name": "LazyConstant",
77       "source_files": "Sources/LazyConstant/*"
78     },
79     {
80       "name": "Trimmed",
81       "source_files": "Sources/Trimmed/*",
82       "frameworks": "Foundation"
83     },
84     {
85       "name": "UndoRedo",
86       "source_files": "Sources/UndoRedo/*",
87       "frameworks": "Foundation"
88     },
89     {
90       "name": "UserDefault",
91       "source_files": "Sources/UserDefault/*",
92       "frameworks": "Foundation"
93     }
94   ],
95   "swift_version": "5.1"