[Add] EverlinkBroadcastSDK 3.1.1
[CocoaPods.git] / Specs / 7 / 4 / 0 / Swind / 0.3.0 / Swind.podspec.json
blob7c4b5667a94f1fc93ffebd5dff95e292c1deb64e
2   "name": "Swind",
3   "version": "0.3.0",
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.3.0"
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   "swift_version": "5.0"