blob: bf8d2e956900fbfa805d95385760ce8f912a2acb [file] [log] [blame]
{
"name": "SpaceBunny",
"version": "0.1.0",
"summary": "Official Swift SDK for SpaceBunny (http://spacebunny.io)",
"description": "Official SDK for SpaceBunny",
"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.0"
},
"platforms": {
"ios": "8.0"
},
"source_files": [
"Source",
"*.{swift}"
],
"requires_arc": true,
"dependencies": {
"ObjectMapper": [
"~> 1.2"
],
"CocoaMQTT": [
"~> 1.0.5"
]
},
"social_media_url": "https://twitter.com/spacebunny_iot"
}