[Add] DocumentReaderMRZStage 7.5.10959
[CocoaPods.git] / Specs / 3 / 1 / d / PubNubSwiftConsole / 0.6.0 / PubNubSwiftConsole.podspec.json
blobfe8dd2f5e7969bb00fca57afe9b8a10335023f5a
2   "name": "PubNubSwiftConsole",
3   "version": "0.6.0",
4   "summary": "A debug console for PubNub built entirely in Swift.",
5   "description": "This is a debug console for PubNub that can be easily dropped into any app. It is built entirely in Swift as an example of how to use PubNub with Swift.",
6   "homepage": "https://github.com/pubnub/SwiftConsole",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Jordan Zucker": "jordan.zucker@gmail.com"
13   },
14   "source": {
15     "git": "https://github.com/pubnub/SwiftConsole.git",
16     "tag": "0.6.0"
17   },
18   "social_media_url": "https://twitter.com/PubNub",
19   "platforms": {
20     "ios": "8.0"
21   },
22   "source_files": "PubNubSwiftConsole/Classes/**/*",
23   "dependencies": {
24     "PubNub": [
26     ]
27   }