blob: a5abc51dad3fb0bba117888fedcf756f1a61fc39 [file] [log] [blame]
{
"name": "QiscusUI",
"version": "0.1.0",
"summary": "Qiscus SDK UI for iOS",
"description": "QiscusUI SDK for iOS contains Chat User Interface.",
"homepage": "https://qiscus.com",
"license": "MIT",
"authors": "Qiscus",
"source": {
"git": "https://github.com/qiscus/QiscusUI-iOS.git",
"tag": "0.1.0"
},
"source_files": "QiscusUI/**/*.{swift}",
"resource_bundles": {
"QiscusUI": [
"QiscusUI/**/*.{xib,xcassets,imageset,png}"
]
},
"platforms": {
"ios": "10.0"
},
"dependencies": {
"QiscusCore": [
"0.1.2"
],
"AlamofireImage": [
],
"SwiftyJSON": [
],
"SimpleImageViewer": [
]
}
}