blob: 41b67c426114b04c5abb3db5e1229a3d2454ca6c [file] [log] [blame]
{
"name": "EGPageViewController",
"version": "0.1.0",
"summary": "UIPageViewcontroller with built in synchronized tabs.",
"description": "UIPageViewcontroller with built in synchronized tabs. Lacking a solution that matched our needs we made our own TabBar/UIPageViewController pair with infinite scrolling.",
"homepage": "http://www.enigmo.co.jp",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"monolithic-adam": "adamjhen@gmail.com"
},
"source": {
"git": "https://github.com/enigmo/EGPageViewController.git",
"tag": "0.1.0"
},
"dependencies": {
"SnapKit": [
],
"RxSwift": [
],
"RxCocoa": [
]
},
"platforms": {
"ios": "8.0"
},
"source_files": "EGPageViewController/**/*"
}