[Deprecate] CHAT360IOS_SDK 1.0.8
[CocoaPods.git] / Specs / e / 4 / 1 / PagingScrollView / 0.1.1 / PagingScrollView.podspec.json
blob552fdc561ee505e7c71af9b1d2609c850207cf1e
2   "name": "PagingScrollView",
3   "version": "0.1.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.1.1"
16   },
17   "platforms": {
18     "ios": "9.0"
19   },
20   "source_files": "PagingScrollView/Classes/**/*",
21   "dependencies": {
22     "Masonry": [
23       "~> 1.1.0"
24     ]
25   }