[Add] EverlinkBroadcastSDK 3.1.1
[CocoaPods.git] / Specs / 7 / a / 3 / CyclicScrollView / 0.1.3 / CyclicScrollView.podspec.json
blobf9c50ec0084df2a6065f88520b980680a1c648a8
2   "name": "CyclicScrollView",
3   "version": "0.1.3",
4   "summary": "Create scrollview that supports cyclic scrolling",
5   "description": "This add infinite scrolling effect to scrollview with orderly items, those doesn't have to be match in size.",
6   "homepage": "https://github.com/suhaibalabsi/CyclicScrollView",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Suhaib Al-Absi": "suhaib.absi@gmail.com"
13   },
14   "source": {
15     "git": "https://github.com/suhaibalabsi/CyclicScrollView.git",
16     "tag": "0.1.3"
17   },
18   "swift_versions": "5.0",
19   "platforms": {
20     "ios": "9.3"
21   },
22   "source_files": "CyclicScrollView/Classes/**/*",
23   "dependencies": {
24     "WWLayout": [
25       "~> 0.5.7"
26     ]
27   },
28   "swift_version": "5.0"