blob: dc6b3efbca2b4d25c634563cd3d36baf3c870ec0 [file] [log] [blame]
{
"name": "GKPageScrollViewSwift",
"version": "1.1.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": "8.0"
},
"source": {
"git": "https://github.com/QuintGao/GKPageScrollView.git",
"tag": "1.1.0"
},
"source_files": "GKPageScrollView/swift/*.{swift}",
"swift_version": "4.2",
"frameworks": [
"Foundation",
"UIKit"
],
"requires_arc": true
}