[Delete] DSPSDK 1.0.0.3
[CocoaPods.git] / Specs / f / c / 4 / usbmuxd / 1.0.0 / usbmuxd.podspec.json
blobb54c3b2fd76e64872e1d751001986fd68695d2a9
2   "name": "usbmuxd",
3   "version": "1.0.0",
4   "summary": "'usbmuxd' stands for \"USB multiplexing daemon\". This daemon is in charge of\nmultiplexing connections over USB to an iPhone or iPod touch.",
5   "homepage": "https://github.com/libimobiledevice/usbmuxd",
6   "license": {
7     "type": "GPL",
8     "text": "   The contents of this package are licensed under the GNU General Public License,\nversions 2 or 3 (see COPYING.GPLv2 and COPYING.GPLv3), except for libuxbmuxd\nwhich is licensed under the GNU Lesser General Public License, version 2.1 or,\nat your option, any later version (see COPYING.LGPLv2.1). If a more permissive\nlicense is specified at the top of a source file, it takes precedence over this.\n"
9   },
10   "authors": "Chris Stroud",
11   "platforms": {
12     "osx": "10.7"
13   },
14   "source": {
15     "git": "https://github.com/Clstroud/usbmuxd.git",
16     "tag": "v1.0.0"
17   },
18   "source_files": [
19     "libusbmuxd/*.{h,c,m,cpp}",
20     "include/*.h",
21     "common/*.{h,c,m,cpp}"
22   ],
23   "dependencies": {
24     "libplist": [
26     ]
27   },
28   "public_header_files": "libusbmuxd/usbmuxd.h",
29   "xcconfig": {
30     "GCC_PREPROCESSOR_DEFINITIONS": "HAVE_PLIST",
31     "HEADER_SEARCH_PATHS": "\"${PODS_ROOT}/libplist/include/\""
32   },
33   "requires_arc": false