[Add] DSPSDK 1.0.1.8
[CocoaPods.git] / Specs / d / 8 / 3 / RollView / 1.0.0 / RollView.podspec.json
blob8c14ce4695292ba9afef0f9f1064be77aa45e031
2   "name": "RollView",
3   "version": "1.0.0",
4   "summary": "RollView is an iOS implementation of ListView on Android",
5   "description": "RollView provides an interface and default implementation for creation of Android-like ListViews.",
6   "homepage": "https://github.com/gitvalue/RollView",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Dmitry Volosach": "dmitry.volosach@gmail.com"
13   },
14   "platforms": {
15     "ios": "9.0"
16   },
17   "source": {
18     "git": "https://github.com/gitvalue/RollView.git",
19     "tag": "1.0.0"
20   },
21   "source_files": [
22     "Sources",
23     "Sources/**/*.{swift}"
24   ],
25   "resources": "Sources/**/*.{xib}",
26   "dependencies": {
27     "Pooling": [
28       "~> 1.0"
29     ]
30   },
31   "pushed_with_swift_version": "4.0"