blob: 434d5d7044c9cfcca0ec3b15795e4d79e6406b4c [file] [log] [blame]
{
"name": "GKPageScrollView",
"version": "1.6.0",
"summary": "iOS UIScrollView嵌套滑动分页视图",
"homepage": "https://github.com/QuintGao/GKPageScrollView",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"高坤": "1094887059@qq.com"
},
"social_media_url": "https://github.com/QuintGao",
"platforms": {
"ios": "9.0"
},
"source": {
"git": "https://github.com/QuintGao/GKPageScrollView.git",
"tag": "1.6.0"
},
"swift_versions": "5.0",
"default_subspecs": "Objc",
"subspecs": [
{
"name": "Objc",
"source_files": "Sources/GKPageScrollView/*.{h,m}"
},
{
"name": "Swift",
"source_files": "Sources/GKPageScrollViewSwift/*.swift"
}
],
"swift_version": "5.0"
}