[Add] TestFrameworkIos1 1.0.2
[CocoaPods.git] / Specs / d / 8 / 3 / RollView / 0.0.4 / RollView.podspec.json
blobd7ecacc72ccea78ea09f03b39631a9c8dcb707bc
2   "name": "RollView",
3   "version": "0.0.4",
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": "0.0.4"
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"