blob: 1732564b7f274517f4a237c9ca3303e6dab62650 [file] [log] [blame]
{
"name": "RGPageViewController",
"version": "1.0.0",
"summary": "A custom UIPageViewController inspired by the ViewPager known from Android.",
"description": "RGPageViewController is a custom UIPageViewController written in Swift. It is inspired by [ICViewPager](https://github.com/iltercengiz/ICViewPager \"ICViewPager\") by Ilter Cengiz but with some modifications. It combines an Android-like ViewPager with the blur effect introduced in iOS7. It is fully customizable and can also be used as a replacement for UITabBar.",
"homepage": "https://github.com/eRGoon/RGPageViewController",
"license": "MIT",
"authors": {
"Ronny Gerasch": "rg@ergoon.com"
},
"platforms": {
"ios": "8.0"
},
"source": {
"git": "https://github.com/eRGoon/RGPageViewController.git",
"tag": "1.0.0"
},
"source_files": [
"RGPageViewController/RGPageViewController",
"RGPageViewController/RGPageViewController/**/*.{h,m,swift}"
],
"pod_target_xcconfig": {
"SWIFT_VERSION": "3"
},
"pushed_with_swift_version": "3.0"
}