[Add] DocumentReaderMRZBarcodeStage 7.5.10862
[CocoaPods.git] / Specs / c / 7 / 5 / SSPager / 1.0.0 / SSPager.podspec.json
blobaf3f4aa7c4731cb0a9b3913eec49d34e94ad9e1e
2   "name": "SSPager",
3   "platforms": {
4     "ios": "13.0"
5   },
6   "summary": "SSPager.",
7   "requires_arc": true,
8   "version": "1.0.0",
9   "license": {
10     "type": "MIT",
11     "file": "LICENSE"
12   },
13   "authors": {
14     "Eido Goya": "eido9oya@gmail.com"
15   },
16   "homepage": "https://github.com/9oya/SSPager",
17   "source": {
18     "git": "https://github.com/9oya/SSPager.git",
19     "tag": "1.0.0"
20   },
21   "frameworks": "UIKit",
22   "swift_versions": "5.4",
23   "default_subspecs": "Core",
24   "subspecs": [
25     {
26       "name": "Core",
27       "source_files": "SSPager/*.{h,m,swift}"
28     },
29     {
30       "name": "Rx",
31       "dependencies": {
32         "SSPager/Core": [
33           "~> 1.0.0"
34         ],
35         "RxSwift": [
36           "~> 6"
37         ],
38         "RxCocoa": [
39           "~> 6"
40         ]
41       },
42       "source_files": "RxSSPager/*.{h,m,swift}"
43     }
44   ],
45   "swift_version": "5.4"