blob: 250475a952c3dad870f486d8b8cae7b76bbabdeb [file] [log] [blame]
{
"name": "SpaceBunny",
"version": "0.1.2",
"summary": "Official Swift SDK for SpaceBunny (http://spacebunny.io)",
"description": "Official SpaceBunny's SDK for iOS. Used to connect and communicate with the platform. \nThe library offers a client that allows to send messages and subscribe to the device inbox.",
"homepage": "https://github.com/space-bunny/Swift-sdk",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Fancy Pixel": "andrea@fancypixel.it"
},
"source": {
"git": "https://github.com/space-bunny/swift-sdk.git",
"tag": "0.1.2"
},
"platforms": {
"ios": "8.0"
},
"source_files": [
"Source",
"*.{swift}"
],
"requires_arc": true,
"dependencies": {
"ObjectMapper": [
"~> 1.2"
],
"CocoaMQTT": [
"~> 1.0.7"
]
},
"social_media_url": "https://twitter.com/spacebunny_iot"
}