| { |
| "name": "RoundCode", |
| "version": "1.0.0", |
| "summary": "Facebook messenger style custom barcode.", |
| "description": "Encode and decode data into custom stylish barcode.", |
| "homepage": "https://github.com/aslanyanhaik/RoundCode", |
| "license": { |
| "type": "MIT", |
| "file": "LICENSE" |
| }, |
| "authors": { |
| "Haik Aslanyan": "aslanyanhaik@gmail.com" |
| }, |
| "source": { |
| "git": "https://github.com/aslanyanhaik/RoundCode.git", |
| "tag": "1.0.0" |
| }, |
| "platforms": { |
| "ios": "13.0" |
| }, |
| "source_files": "Sources/**/*.swift", |
| "frameworks": "UIKit", |
| "social_media_url": "http://twitter.com/aslanyanhaik", |
| "swift_versions": [ |
| "5.1", |
| "5.2" |
| ], |
| "swift_version": "5.2" |
| } |