| { |
| "name": "GrouviExtensions", |
| "version": "1.0.1", |
| "summary": "Extensions and helpers", |
| "homepage": "https://github.com/grouvilimited/GrouviExtensions", |
| "license": { |
| "type": "MIT", |
| "file": "LICENSE" |
| }, |
| "authors": { |
| "grouvilimited": "trickster77777@gmail.com" |
| }, |
| "source": { |
| "git": "https://github.com/grouvilimited/GrouviExtensions.git", |
| "tag": "1.0.1" |
| }, |
| "swift_version": "4.1", |
| "platforms": { |
| "ios": "9.3" |
| }, |
| "source_files": "GrouviExtensions/Classes/**/*", |
| "dependencies": { |
| "RxSwift": [ |
| "~> 4.2.0" |
| ], |
| "SnapKit": [ |
| "~> 4.0.0" |
| ] |
| } |
| } |