blob: 7d648cd48466768371c28cee032b612ce52ef323 [file] [log] [blame]
{
"name": "DUMessagingUIKit",
"version": "0.1.2",
"summary": "An easy way to build a chat app within seconds",
"homepage": "http://api.diuit.com/",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Pofat Tseng": "pofattseng@diuit.com"
},
"platforms": {
"ios": "8.0"
},
"source": {
"git": "https://github.com/Diuit/DUMessagingUIKit-iOS.git",
"tag": "0.1.2"
},
"source_files": "DUMessagingUIKit/*.swift",
"resource_bundles": {
"DUMessagingUIKit": "DUMessagingUIKit/*.xcassets"
},
"resources": [
"DUMessagingUIKit/*.{xib}"
],
"requires_arc": true,
"dependencies": {
"DTTableViewManager": [
"~> 4.7.0"
],
"DUMessaging": [
"~> 1.1.8"
],
"URLEmbeddedView": [
"~> 0.4.0"
]
}
}