blob: cd547dfdaabaf17885a816e8ba16522e608d9fef [file] [log] [blame]
{
"name": "Wia",
"version": "0.3.0",
"summary": "Client SDK for Wia. A real-time API for the Internet of Things.",
"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.",
"homepage": "https://www.wia.io",
"license": "MIT",
"authors": {
"Wia Team": "support@wia.io"
},
"source": {
"git": "https://github.com/wiaio/wia-ios-sdk.git",
"tag": "0.3.0"
},
"social_media_url": "https://twitter.com/wiaio",
"platforms": {
"ios": "8.0"
},
"requires_arc": true,
"public_header_files": "Wia/*.h",
"source_files": "Wia/*.{h,m}",
"dependencies": {
"AFNetworking": [
"~> 3.1"
],
"MQTTClient": [
"~> 0.8.5"
],
"MQTTClient/Websocket": [
]
}
}