blob: fa567329cf741d79ce39988d967aec2e1352fecc [file] [log] [blame]
{
"name": "SSPager",
"platforms": {
"ios": "13.0"
},
"summary": "SSPager.",
"requires_arc": true,
"version": "0.0.6",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Eido Goya": "eido9oya@gmail.com"
},
"homepage": "https://github.com/9oya/SSPager",
"source": {
"git": "https://github.com/9oya/SSPager.git",
"tag": "0.0.6"
},
"frameworks": "UIKit",
"source_files": "SSPager/SSPager/*.{h,m,swift}",
"swift_versions": "5.4",
"subspecs": [
{
"name": "Rx",
"dependencies": {
"RxSwift": [
"~> 6"
],
"RxCocoa": [
"~> 6"
]
},
"source_files": "SSPager/RxSSPager/*.{h,m,swift}"
}
],
"swift_version": "5.4"
}