blob: ab414c743bf13175d3be8e39d2338c44b93a678c [file] [log] [blame]
{
"name": "ScrollPage",
"version": "1.0.3",
"summary": "ScrollPage is a custom control which is mixture of UIScrollView contains Container Views and Scrollable Tab Bar.",
"description": "ScrollPage is a custom control which is mixture of UIScrollView contains Container Views and Scrollable Tab Bar. Different from SMSwipeableTabView which used PageViewController. Use UIScrollView to get more flexibility.",
"homepage": "https://github.com/dan12411/ScrollPage",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"TeCheng Hung": "dan12411@gmail.com"
},
"social_media_url": "https://twitter.com/techenghung",
"platforms": {
"ios": "8.0"
},
"source": {
"git": "https://github.com/dan12411/ScrollPage.git",
"tag": "1.0.3"
},
"source_files": [
"ScrollPage",
"ScrollPage/**/*.{h,m,swift}"
],
"frameworks": [
"Foundation",
"UIKit"
],
"pod_target_xcconfig": {
"SWIFT_VERSION": "3.0"
},
"pushed_with_swift_version": "3.0"
}