[Add] THEOplayer-Connector-Comscore 5.0.1
[CocoaPods.git] / Specs / c / 7 / 5 / SSPager / 0.0.8 / SSPager.podspec.json
blobf38f5a77f639813a176eea1c70dffe9c8de4c1d1
2   "name": "SSPager",
3   "platforms": {
4     "ios": "13.0"
5   },
6   "summary": "SSPager.",
7   "requires_arc": true,
8   "version": "0.0.8",
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": "0.0.8"
20   },
21   "frameworks": "UIKit",
22   "swift_versions": "5.4",
23   "default_subspecs": "Core",
24   "subspecs": [
25     {
26       "name": "Core",
27       "source_files": "SSPager/SSPager/*.{h,m,swift}"
28     },
29     {
30       "name": "Rx",
31       "dependencies": {
32         "SSPager/Core": [
33           "~> 0.0.8"
34         ],
35         "RxSwift": [
36           "~> 6"
37         ],
38         "RxCocoa": [
39           "~> 6"
40         ]
41       },
42       "source_files": "SSPager/RxSSPager/*.{h,m,swift}"
43     }
44   ],
45   "swift_version": "5.4"