[Add] AlibabacloudBPStudio20210931 4.0.4
[CocoaPods.git] / Specs / e / 4 / 1 / PagingScrollView / 0.2.1 / PagingScrollView.podspec.json
blob061ccc99eaa0ae2f760743eed30904d14b37755b
2   "name": "PagingScrollView",
3   "version": "0.2.1",
4   "summary": "a simple scrollView that can support scroll loop",
5   "homepage": "https://github.com/Ja7423/PagingScrollView",
6   "license": {
7     "type": "MIT",
8     "file": "LICENSE"
9   },
10   "authors": {
11     "Ja7423": "snake9725074@gmail.com"
12   },
13   "source": {
14     "git": "https://github.com/Ja7423/PagingScrollView.git",
15     "tag": "0.2.1"
16   },
17   "platforms": {
18     "ios": "9.0"
19   },
20   "source_files": "PagingScrollView/Classes/**/*",
21   "dependencies": {
22     "Masonry": [
23       "~> 1.1.0"
24     ]
25   }