blob: bb84ed4da9266ad5a011e9d6a56512815f1be8cf [file] [log] [blame]
{
"name": "VMLKit",
"version": "0.0.1",
"summary": "iOS implementation of https://visly.app",
"homepage": "https://visly.app",
"authors": {
"Visly Inc.": "emil@visly.app"
},
"source": {
"git": "https://github.com/vislyhq/ios-vml-client.git",
"tag": "0.0.1"
},
"license": {
"type": "MIT"
},
"platforms": {
"ios": "10.0"
},
"swift_version": "4.0",
"source_files": "VMLKit/Classes/**/*",
"dependencies": {
"Yoga": [
"~> 1.9.0"
],
"Kingfisher": [
"~> 4.10.0"
]
}
}