[Add] DocumentReaderMRZStage 7.5.10959
[CocoaPods.git] / Specs / a / d / c / SwiftEx83 / 1.0.3 / SwiftEx83.podspec.json
blob76be95fe6f05268fadbccc01403e96b2148fa92e
2   "name": "SwiftEx83",
3   "version": "1.0.3",
4   "summary": "Contains Foundation and UIKit extensions that are very helpful in every project.",
5   "homepage": "https://gitlab.com/seriyvolk83/SwiftEx",
6   "license": {
7     "type": "MIT"
8   },
9   "authors": {
10     "seriyvolk83": "volk@frgroup.ru"
11   },
12   "requires_arc": true,
13   "swift_versions": "4.2.1",
14   "platforms": {
15     "ios": "10.0"
16   },
17   "source": {
18     "git": "https://gitlab.com/seriyvolk83/SwiftEx.git",
19     "tag": "1.0.3"
20   },
21   "source_files": "Source/*.swift",
22   "default_subspecs": "Data",
23   "subspecs": [
24     {
25       "name": "Core",
26       "source_files": "Source/*.swift"
27     },
28     {
29       "name": "Data",
30       "dependencies": {
31         "SwiftyJSON": [
32           "~> 4.0"
33         ]
34       },
35       "source_files": [
36         "Source/*.swift",
37         "SourceData/*.swift"
38       ]
39     },
40     {
41       "name": "UI",
42       "dependencies": {
43         "SwiftyJSON": [
44           "~> 4.0"
45         ]
46       },
47       "source_files": [
48         "Source/*.swift",
49         "SourceData/*.swift",
50         "SourceUI/*.swift"
51       ]
52     },
53     {
54       "name": "Api",
55       "dependencies": {
56         "SwiftyJSON": [
57           "~> 4.0"
58         ]
59       },
60       "source_files": [
61         "Source/*.swift",
62         "SourceData/*.swift",
63         "SourceApi/*.swift"
64       ]
65     },
66     {
67       "name": "Int",
68       "dependencies": {
69         "RxAlamofire": [
70           "~> 5.0.0"
71         ],
72         "SwiftyJSON": [
73           "~> 4.0"
74         ],
75         "NSObject+Rx": [
77         ]
78       },
79       "source_files": [
80         "Source/*.swift",
81         "SourceData/*.swift",
82         "SourceUI/*.swift",
83         "SourceApi/*.swift",
84         "SourceInt/*.swift"
85       ]
86     }
87   ],
88   "swift_version": "4.2.1"