[Add] ZJSDK 2.5.4.14
[CocoaPods.git] / Specs / 8 / 2 / 3 / RocketChatAdapter / 0.1.5 / RocketChatAdapter.podspec.json
blob62af998ca7ae248d13e4901154ff0126b5bdde84
2   "name": "RocketChatAdapter",
3   "version": "0.1.5",
4   "summary": "Adapter to connect your app with a rocket chat",
5   "description": "An adapter to connect your app with a rocket chat installation",
6   "homepage": "https://github.com/barteljan/RocketChatAdapter",
7   "license": "MIT",
8   "authors": {
9     "Jan Bartel": "barteljan@yahoo.de"
10   },
11   "source": {
12     "git": "https://github.com/barteljan/RocketChatAdapter.git",
13     "tag": "0.1.5"
14   },
15   "social_media_url": "https://twitter.com/janbartel",
16   "platforms": {
17     "ios": "8.0"
18   },
19   "requires_arc": true,
20   "source_files": "Pod/Classes/**/*",
21   "resource_bundles": {
22     "RocketChatAdapter": [
23       "Pod/Assets/*.*"
24     ]
25   },
26   "frameworks": "WebKit",
27   "dependencies": {
28     "VISPER-CommandBus": [
29       "~> 0.1.5"
30     ],
31     "SwiftDDP": [
33     ]
34   }