[Add] ReerRouter 2.2.0
[CocoaPods.git] / Specs / 8 / 0 / 6 / Wia / 0.3.0 / Wia.podspec.json
blobcd547dfdaabaf17885a816e8ba16522e608d9fef
2   "name": "Wia",
3   "version": "0.3.0",
4   "summary": "Client SDK for Wia. A real-time API for the Internet of Things.",
5   "description": "Client SDK for Wia to allow users to build applications around the platform. We provide a real-time API for the Internet of Things.",
6   "homepage": "https://www.wia.io",
7   "license": "MIT",
8   "authors": {
9     "Wia Team": "support@wia.io"
10   },
11   "source": {
12     "git": "https://github.com/wiaio/wia-ios-sdk.git",
13     "tag": "0.3.0"
14   },
15   "social_media_url": "https://twitter.com/wiaio",
16   "platforms": {
17     "ios": "8.0"
18   },
19   "requires_arc": true,
20   "public_header_files": "Wia/*.h",
21   "source_files": "Wia/*.{h,m}",
22   "dependencies": {
23     "AFNetworking": [
24       "~> 3.1"
25     ],
26     "MQTTClient": [
27       "~> 0.8.5"
28     ],
29     "MQTTClient/Websocket": [
31     ]
32   }