| { |
| "name": "AYDataBaser", |
| "version": "1.0.0", |
| "summary": "Abstraction for database interaction.", |
| "description": "AYDataBaser library - is an abstraction for database interaction. You can use it with any databases.", |
| "homepage": "https://github.com/bananaRanger/AYDataBaser.git", |
| "license": { |
| "type": "MIT", |
| "file": "LICENSE" |
| }, |
| "authors": { |
| "Anton Yereshchenko": "antonyereshchenko@gmail.com" |
| }, |
| "source": { |
| "git": "https://github.com/bananaRanger/AYDataBaser.git", |
| "tag": "1.0.0" |
| }, |
| "platforms": { |
| "ios": "10.0" |
| }, |
| "swift_versions": "5.0", |
| "source_files": "AYDataBaser/Classes/**/*", |
| "swift_version": "5.0" |
| } |