[Add] ZJSDK 2.5.8.16
[CocoaPods.git] / Specs / 7 / 4 / 0 / Swind / 0.13.0 / Swind.podspec.json
blob8c29ce6578601933de025d665247d83ba7db5601
2   "name": "Swind",
3   "version": "0.13.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.13.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       "resources": [
29         "Swind/Core/Classes/**/*.xib",
30         "Swind/Core/Assets/**/*.xcassets"
31       ]
32     },
33     {
34       "name": "Reactive",
35       "source_files": "Swind/Reactive/Classes/**/*.{h,m,swift}",
36       "dependencies": {
37         "Swind/Core": [
39         ],
40         "RxSwift": [
41           "~> 5"
42         ],
43         "RxCocoa": [
44           "~> 5"
45         ]
46       }
47     },
48     {
49       "name": "Checkbox",
50       "source_files": "Swind/Checkbox/Classes/**/*.{h,m,swift}",
51       "dependencies": {
52         "Swind/Core": [
54         ],
55         "M13Checkbox": [
57         ]
58       }
59     },
60     {
61       "name": "Material",
62       "source_files": "Swind/Material/Classes/**/*.{h,m,swift}",
63       "dependencies": {
64         "Swind/Core": [
66         ],
67         "MaterialComponents": [
69         ]
70       }
71     },
72     {
73       "name": "Popover",
74       "source_files": "Swind/Popover/Classes/**/*.{h,m,swift}",
75       "resources": "Swind/Popover/Classes/**/*.xib",
76       "dependencies": {
77         "Swind/Core": [
79         ],
80         "Swind/Reactive": [
82         ],
83         "Swind/Material": [
85         ],
86         "MaterialComponents": [
88         ]
89       }
90     }
91   ],
92   "swift_version": "5.0"