[Add] EverlinkBroadcastSDK 3.1.1
[CocoaPods.git] / Specs / 7 / 4 / 0 / Swind / 0.12.1 / Swind.podspec.json
blob12f7ccc3ac0a0f92f832e1a5f57bc88f2ab0f232
2   "name": "Swind",
3   "version": "0.12.1",
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.12.1"
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     },
29     {
30       "name": "Reactive",
31       "source_files": "Swind/Reactive/Classes/**/*.{h,m,swift}",
32       "dependencies": {
33         "Swind/Core": [
35         ],
36         "RxSwift": [
37           "~> 5"
38         ],
39         "RxCocoa": [
40           "~> 5"
41         ]
42       }
43     },
44     {
45       "name": "Checkbox",
46       "source_files": "Swind/Checkbox/Classes/**/*.{h,m,swift}",
47       "dependencies": {
48         "Swind/Core": [
50         ],
51         "M13Checkbox": [
53         ]
54       }
55     },
56     {
57       "name": "Material",
58       "source_files": "Swind/Material/Classes/**/*.{h,m,swift}",
59       "dependencies": {
60         "Swind/Core": [
62         ],
63         "MaterialComponents": [
65         ]
66       }
67     },
68     {
69       "name": "Popover",
70       "source_files": "Swind/Popover/Classes/**/*.{h,m,swift}",
71       "resources": "Swind/Popover/Classes/**/*.xib",
72       "dependencies": {
73         "Swind/Core": [
75         ],
76         "Swind/Reactive": [
78         ],
79         "Swind/Material": [
81         ],
82         "MaterialComponents": [
84         ]
85       }
86     }
87   ],
88   "swift_version": "5.0"