[Add] ZJSDK 2.5.8.16
[CocoaPods.git] / Specs / 5 / 9 / 4 / SpaceBunny / 0.1.1 / SpaceBunny.podspec.json
blob937cc38c21342c901cde7b267ac93a4d7728e192
2   "name": "SpaceBunny",
3   "version": "0.1.1",
4   "summary": "Official Swift SDK for SpaceBunny (http://spacebunny.io)",
5   "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.",
6   "homepage": "https://github.com/space-bunny/Swift-sdk",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Fancy Pixel": "andrea@fancypixel.it"
13   },
14   "source": {
15     "git": "https://github.com/space-bunny/swift-sdk.git",
16     "tag": "0.1.1"
17   },
18   "platforms": {
19     "ios": "8.0"
20   },
21   "source_files": [
22     "Source",
23     "*.{swift}"
24   ],
25   "requires_arc": true,
26   "dependencies": {
27     "ObjectMapper": [
28       "~> 1.2"
29     ],
30     "CocoaMQTT": [
31       "~> 1.0.5"
32     ]
33   },
34   "social_media_url": "https://twitter.com/spacebunny_iot"