blob: 96f7f3d7c8826dde2f4c1bdbe08e13c3471240b7 [file] [log] [blame]
{
"name": "Wia",
"version": "0.1.6",
"summary": "Client SDK for Wia. Infrastructure for IoT.",
"description": "Client SDK for Wia to allow users to build applications around the platform. We provide infrastructure for IoT.",
"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.1.6"
},
"social_media_url": "https://twitter.com/wiaio",
"platforms": {
"ios": "7.0"
},
"requires_arc": true,
"public_header_files": "Wia/*.h",
"source_files": "Wia/*.{h,m}",
"dependencies": {
"AFNetworking": [
"~> 2.3"
],
"MQTTClient": [
"~> 0.5"
]
}
}