| { |
| "name": "CyclicScrollView", |
| "version": "0.1.3", |
| "summary": "Create scrollview that supports cyclic scrolling", |
| "description": "This add infinite scrolling effect to scrollview with orderly items, those doesn't have to be match in size.", |
| "homepage": "https://github.com/suhaibalabsi/CyclicScrollView", |
| "license": { |
| "type": "MIT", |
| "file": "LICENSE" |
| }, |
| "authors": { |
| "Suhaib Al-Absi": "suhaib.absi@gmail.com" |
| }, |
| "source": { |
| "git": "https://github.com/suhaibalabsi/CyclicScrollView.git", |
| "tag": "0.1.3" |
| }, |
| "swift_versions": "5.0", |
| "platforms": { |
| "ios": "9.3" |
| }, |
| "source_files": "CyclicScrollView/Classes/**/*", |
| "dependencies": { |
| "WWLayout": [ |
| "~> 0.5.7" |
| ] |
| }, |
| "swift_version": "5.0" |
| } |