blob: e24a39633de38fd9fa573009a12ab41a4812fcd0 [file] [log] [blame]
{
"name": "PubNubSwiftConsole",
"version": "0.5.0",
"summary": "A debug console for PubNub built entirely in Swift.",
"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.",
"homepage": "https://github.com/pubnub/SwiftConsole",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Jordan Zucker": "jordan.zucker@gmail.com"
},
"source": {
"git": "https://github.com/pubnub/SwiftConsole.git",
"tag": "0.5.0"
},
"social_media_url": "https://twitter.com/PubNub",
"platforms": {
"ios": "8.0"
},
"source_files": "PubNubSwiftConsole/Classes/**/*",
"dependencies": {
"PubNub": [
]
}
}