[Add] ExpoFpCommon 4.8.3
[CocoaPods.git] / Specs / d / 6 / e / RGPageViewController / 1.0.0 / RGPageViewController.podspec.json
blob1732564b7f274517f4a237c9ca3303e6dab62650
2   "name": "RGPageViewController",
3   "version": "1.0.0",
4   "summary": "A custom UIPageViewController inspired by the ViewPager known from Android.",
5   "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.",
6   "homepage": "https://github.com/eRGoon/RGPageViewController",
7   "license": "MIT",
8   "authors": {
9     "Ronny Gerasch": "rg@ergoon.com"
10   },
11   "platforms": {
12     "ios": "8.0"
13   },
14   "source": {
15     "git": "https://github.com/eRGoon/RGPageViewController.git",
16     "tag": "1.0.0"
17   },
18   "source_files": [
19     "RGPageViewController/RGPageViewController",
20     "RGPageViewController/RGPageViewController/**/*.{h,m,swift}"
21   ],
22   "pod_target_xcconfig": {
23     "SWIFT_VERSION": "3"
24   },
25   "pushed_with_swift_version": "3.0"