[Add] AlibabacloudAgency20221216 1.7.0
[CocoaPods.git] / Specs / 0 / 5 / 2 / libusbmuxd / 1.0.9 / libusbmuxd.podspec.json
blob64a8dc24b92e9cb8fc02c250bf8be77d71bfb995
2   "name": "libusbmuxd",
3   "version": "1.0.9",
4   "summary": "A client library to multiplex connections from and to iOS devices",
5   "homepage": "https://github.com/libimobiledevice/libusbmuxd",
6   "license": {
7     "type": "LGPL2.1+",
8     "file": "COPYING.LGPLv2.1"
9   },
10   "authors": {
11     "Chris Ballinger": "chris@chatsecure.org"
12   },
13   "platforms": {
14     "osx": "10.7"
15   },
16   "source": {
17     "git": "https://github.com/libimobiledevice/libusbmuxd.git",
18     "tag": "1.0.9"
19   },
20   "source_files": [
21     "src/*.{h,c}",
22     "include/*.h"
23   ],
24   "public_header_files": "include/*.h",
25   "dependencies": {
26     "libplist": [
27       "~> 1.11"
28     ]
29   },
30   "xcconfig": {
31     "OTHER_CFLAGS": "$(inherited) -DHAS_PLIST",
32     "HEADER_SEARCH_PATHS": "\"${PODS_ROOT}/libplist/include/\""
33   },
34   "requires_arc": false