| { |
| "name": "PagerScrollViewController", |
| "version": "0.1.2", |
| "summary": "UIScrollView Extension for paging UIViewControllers", |
| "description": "PagerScrollViewController is a UIScrollView extension that allows for paging UIViewControllers efficently. Similar to Android's implementation of ViewPager and Fragments.", |
| "homepage": "https://github.com/dosemedia/PagerScrollViewController", |
| "license": { |
| "type": "MIT", |
| "file": "LICENSE" |
| }, |
| "authors": { |
| "Michael Blatter": "mblatter@dose" |
| }, |
| "source": { |
| "git": "https://github.com/dosemedia/PagerScrollViewController.git", |
| "tag": "0.1.2" |
| }, |
| "platforms": { |
| "ios": "8.0" |
| }, |
| "source_files": "PagerScrollViewController/Classes/**/*" |
| } |