blob: 25f212203dea863c8caa148300ec42b849daba6a [file] [log] [blame]
{
"name": "sonos-objc",
"version": "0.1.1",
"description": " The aim of this library is to create a simple to use, yet useful API to control Sonos Devices via SOAP. It depends on AFNetworking (iOS and OS X) and XMLReader.h/m (iOS and OS X)\n",
"summary": "A simple Objective-C API for controlling Sonos Devices.",
"homepage": "https://github.com/n1mda/sonos-objc",
"license": "MIT",
"authors": {
"n1mda": "axel@appreviation.se"
},
"source": {
"git": "https://github.com/n1mda/sonos-objc.git",
"tag": "0.1.1"
},
"platforms": {
"ios": "7.0",
"osx": "10.9"
},
"requires_arc": true,
"source_files": "sonos-objc/**/*.{h,m}",
"public_header_files": "sonos-objc/**/*.h",
"dependencies": {
"AFNetworking": [
"2.0.3"
],
"CocoaAsyncSocket": [
"7.3.3"
]
}
}