[Add] RnpKit 1.2.5
[CocoaPods.git] / Specs / c / e / 6 / Burritos / 0.0.2 / Burritos.podspec.json
blob2bf614ecb4d2bdf5911d3758aacbedca38c64cc9
2   "name": "Burritos",
3   "version": "0.0.2",
4   "summary": "A collection of well tested Swift Property Wrappers.",
5   "description": "A collection of well tested Swift Property Wrappers.\n  * @AtomicWrite\n  * @Copying\n  * @DynamicUIColor\n  * @Expirable\n  * @LateInit\n  * @Lazy\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.2"
17   },
18   "social_media_url": "https://twitter.com/guillermomp87",
19   "platforms": {
20     "ios": "13.0",
21     "osx": "10.15",
22     "tvos": "13.0",
23     "watchos": "6.0"
24   },
25   "swift_versions": "5.1",
26   "swift_version": "5.1",
27   "subspecs": [
28     {
29       "name": "AtomicWrite",
30       "source_files": "Sources/AtomicWrite/*",
31       "frameworks": "Foundation"
32     },
33     {
34       "name": "Copying",
35       "source_files": "Sources/Copying/*",
36       "frameworks": "Foundation"
37     },
38     {
39       "name": "DynamicUIColor",
40       "source_files": "Sources/DynamicUIColor/*",
41       "ios": {
42         "frameworks": "UIKit"
43       }
44     },
45     {
46       "name": "Expirable",
47       "source_files": "Sources/Expirable/*",
48       "frameworks": "Foundation"
49     },
50     {
51       "name": "LateInit",
52       "source_files": "Sources/LateInit/*"
53     },
54     {
55       "name": "Lazy",
56       "source_files": "Sources/Lazy/*"
57     },
58     {
59       "name": "UndoRedo",
60       "source_files": "Sources/UndoRedo/*",
61       "frameworks": "Foundation"
62     },
63     {
64       "name": "UserDefault",
65       "source_files": "Sources/UserDefault/*",
66       "frameworks": "Foundation"
67     }
68   ]