| { |
| "name": "Stefan", |
| "version": "0.2", |
| "summary": "Stefan - a guy that helps you to manage iOS data collections.", |
| "homepage": "https://github.com/appunite/Stefan", |
| "license": { |
| "type": "MIT", |
| "file": "LICENSE.md" |
| }, |
| "authors": { |
| "Szymon Mrozek": "szymon.mrozek.sm@gmail.com", |
| "Piotr Bernad": "http://bernad.paperplane.io" |
| }, |
| "platforms": { |
| "ios": "10.0" |
| }, |
| "dependencies": { |
| "Differ": [ |
| "~> 1.0.3" |
| ] |
| }, |
| "swift_version": "4.0", |
| "source": { |
| "git": "https://github.com/appunite/Stefan.git", |
| "tag": "0.2" |
| }, |
| "source_files": "Stefan/**/*.swift" |
| } |