[Add] AlibabacloudPolardbx20200202 2.0.0
[CocoaPods.git] / Specs / 4 / 3 / 2 / sonos-objc / 0.1.1 / sonos-objc.podspec.json
blob25f212203dea863c8caa148300ec42b849daba6a
2   "name": "sonos-objc",
3   "version": "0.1.1",
4   "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",
5   "summary": "A simple Objective-C API for controlling Sonos Devices.",
6   "homepage": "https://github.com/n1mda/sonos-objc",
7   "license": "MIT",
8   "authors": {
9     "n1mda": "axel@appreviation.se"
10   },
11   "source": {
12     "git": "https://github.com/n1mda/sonos-objc.git",
13     "tag": "0.1.1"
14   },
15   "platforms": {
16     "ios": "7.0",
17     "osx": "10.9"
18   },
19   "requires_arc": true,
20   "source_files": "sonos-objc/**/*.{h,m}",
21   "public_header_files": "sonos-objc/**/*.h",
22   "dependencies": {
23     "AFNetworking": [
24       "2.0.3"
25     ],
26     "CocoaAsyncSocket": [
27       "7.3.3"
28     ]
29   }