[Add] TensorFlowLiteSwift 0.0.1-nightly.20241221
[CocoaPods.git] / Specs / 7 / 4 / 0 / Swind / 0.15.3 / Swind.podspec.json
blob29375a82de862e83526be08c1f0d3bd0f377b213
2   "name": "Swind",
3   "version": "0.15.3",
4   "summary": "Databinding for Swift iOS projects, made simple.",
5   "description": "Swind aims to provide a simple, yet effective databinding solution for iOS\nprojects. Take your MVVM development to the next level with Swind!",
6   "homepage": "https://github.com/blastervla/Swind.git",
7   "authors": {
8     "Vladimir Pomsztein": "blastervla@gmail.com"
9   },
10   "source": {
11     "git": "https://github.com/blastervla/Swind.git",
12     "tag": "0.15.3"
13   },
14   "license": {
15     "type": "Creative Commons Attribution 4.0",
16     "file": "LICENSE"
17   },
18   "platforms": {
19     "ios": "10.0"
20   },
21   "requires_arc": true,
22   "static_framework": true,
23   "swift_versions": "5.0",
24   "subspecs": [
25     {
26       "name": "Core",
27       "source_files": "Swind/Core/Classes/**/*.{h,m,swift}",
28       "resources": [
29         "Swind/Core/Classes/**/*.xib",
30         "Swind/Core/Assets/**/*.xcassets"
31       ],
32       "resource_bundles": {
33         "SwindCore": [
34           "Swind/Core/Classes/**/*.xib",
35           "Swind/Core/Assets/**/*.xcassets"
36         ]
37       }
38     },
39     {
40       "name": "Reactive",
41       "source_files": "Swind/Reactive/Classes/**/*.{h,m,swift}",
42       "dependencies": {
43         "Swind/Core": [
45         ],
46         "RxSwift": [
47           "~> 5"
48         ],
49         "RxCocoa": [
50           "~> 5"
51         ]
52       }
53     },
54     {
55       "name": "Checkbox",
56       "source_files": "Swind/Checkbox/Classes/**/*.{h,m,swift}",
57       "dependencies": {
58         "Swind/Core": [
60         ],
61         "M13Checkbox": [
63         ]
64       }
65     },
66     {
67       "name": "Material",
68       "source_files": "Swind/Material/Classes/**/*.{h,m,swift}",
69       "dependencies": {
70         "Swind/Core": [
72         ],
73         "MaterialComponents": [
75         ]
76       }
77     },
78     {
79       "name": "Popover",
80       "source_files": "Swind/Popover/Classes/**/*.{h,m,swift}",
81       "resources": "Swind/Popover/Classes/**/*.xib",
82       "dependencies": {
83         "Swind/Core": [
85         ],
86         "Swind/Reactive": [
88         ],
89         "Swind/Material": [
91         ],
92         "MaterialComponents": [
94         ]
95       }
96     }
97   ],
98   "swift_version": "5.0"