blob: 2cd7a42e584f0416856ab31466f0b8db7b78778f [file] [log] [blame]
{
"name": "QminderAPI",
"version": "0.1.0",
"summary": "Qminder iOS API",
"description": "iOS wrapper for Qminder API.",
"homepage": "https://www.qminderapp.com/",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Qminder Ltd.": "info@qminderapp.com"
},
"source": {
"git": "https://github.com/Qminder/qminder-ios-api.git",
"tag": "0.1.0"
},
"platforms": {
"ios": "10.0",
"tvos": "10.0"
},
"source_files": "QminderAPI/Classes/**/*",
"dependencies": {
"Alamofire": [
"~> 4.2"
],
"SwiftyJSON": [
"~> 3.1"
],
"Starscream": [
"~> 2.0"
]
},
"pushed_with_swift_version": "3.0.1"
}