blob: e0a5bf0e617ba07274468516727edf5959cfb670 [file] [log] [blame]
{
"name": "Wia",
"version": "0.1.3",
"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.3"
},
"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"
]
}
}