blob: ac9f125c54e08bc47f70ed90cf50c06e3744a8a4 [file] [log] [blame]
{
"name": "InkPageIndicator",
"version": "1.0.0",
"summary": "InkPageIndicator",
"homepage": "https://github.com/InkPageIndicator/InkPageIndicator.git",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Tyler": "kimtaesoo188@gmail.com"
},
"platforms": {
"ios": "10.0"
},
"source": {
"git": "https://github.com/InkPageIndicator/InkPageIndicator.git",
"tag": "1.0.0"
},
"default_subspecs": "Core",
"swift_version": "5.0",
"subspecs": [
{
"name": "Core",
"source_files": "Sources/InkPage/**/*.{swift,h,m}",
"frameworks": "Foundation"
},
{
"name": "RxInkPage",
"source_files": "Sources/RxInkPage/**/*.{swift,h,m}",
"dependencies": {
"InkPageIndicator/Core": [
],
"RxSwift": [
"~> 5.0"
],
"RxCocoa": [
"~> 5.0"
]
}
}
]
}