[Add] BideaseConnect 1.0.79
[CocoaPods.git] / Specs / d / 2 / 3 / InkPageIndicator / 1.0.0 / InkPageIndicator.podspec.json
blobac9f125c54e08bc47f70ed90cf50c06e3744a8a4
2   "name": "InkPageIndicator",
3   "version": "1.0.0",
4   "summary": "InkPageIndicator",
5   "homepage": "https://github.com/InkPageIndicator/InkPageIndicator.git",
6   "license": {
7     "type": "MIT",
8     "file": "LICENSE"
9   },
10   "authors": {
11     "Tyler": "kimtaesoo188@gmail.com"
12   },
13   "platforms": {
14     "ios": "10.0"
15   },
16   "source": {
17     "git": "https://github.com/InkPageIndicator/InkPageIndicator.git",
18     "tag": "1.0.0"
19   },
20   "default_subspecs": "Core",
21   "swift_version": "5.0",
22   "subspecs": [
23     {
24       "name": "Core",
25       "source_files": "Sources/InkPage/**/*.{swift,h,m}",
26       "frameworks": "Foundation"
27     },
28     {
29       "name": "RxInkPage",
30       "source_files": "Sources/RxInkPage/**/*.{swift,h,m}",
31       "dependencies": {
32         "InkPageIndicator/Core": [
34         ],
35         "RxSwift": [
36           "~> 5.0"
37         ],
38         "RxCocoa": [
39           "~> 5.0"
40         ]
41       }
42     }
43   ]