blob: 19fb41c6d1533ef0ae51ccd240fcbec21f497c39 [file] [log] [blame]
{
"name": "GKPageSmoothView",
"version": "1.5.4",
"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.5.4"
},
"swift_versions": "5.0",
"default_subspecs": "Objc",
"subspecs": [
{
"name": "Objc",
"source_files": "Sources/GKPageSmoothView/*.{h,m}"
},
{
"name": "Swift",
"source_files": "Sources/GKPageSmoothViewSwift/*.swift"
}
],
"swift_version": "5.0"
}