blob: 56dfa17d51e6b4ab20b3a15b2accbe4c34efdd6e [file] [log] [blame]
{
"name": "RocketChatAdapter",
"version": "0.1.2",
"summary": "Adapter to connect your app with a rocket chat",
"description": "An adapter to connect your app with a rocket chat installation",
"homepage": "https://github.com/barteljan/RocketChatAdapter",
"license": "MIT",
"authors": {
"Jan Bartel": "barteljan@yahoo.de"
},
"source": {
"git": "https://github.com/barteljan/RocketChatAdapter.git",
"tag": "0.1.2"
},
"social_media_url": "https://twitter.com/janbartel",
"platforms": {
"ios": "8.0"
},
"requires_arc": true,
"source_files": "Pod/Classes/**/*",
"resource_bundles": {
"RocketChatAdapter": [
"Pod/Assets/*.*"
]
},
"frameworks": "WebKit",
"dependencies": {
"VISPER-CommandBus": [
"~> 0.1.5"
],
"SwiftDDP": [
]
}
}