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