| { |
| "name": "PagerScrollView", |
| "version": "1.0.0", |
| "summary": "Easy to use Pager based on UIScrollView.", |
| "description": "This framework was made to easily add Pager-like interaction to any view.", |
| "homepage": "https://github.com/Axtel209/PagerScrollView", |
| "license": "MIT", |
| "authors": { |
| "Giorgio Doganiero": "doganierogiorgio@gmail.com" |
| }, |
| "platforms": { |
| "ios": "8.0" |
| }, |
| "source": { |
| "git": "https://github.com/Axtel209/PagerScrollView.git", |
| "tag": "1.0.0" |
| }, |
| "source_files": "PagerScrollView/**/*", |
| "exclude_files": "PagerScrollView/**/*.plist", |
| "swift_version": "4.2", |
| "frameworks": "UIKit" |
| } |