| { |
| "name": "libusbmuxd", |
| "version": "1.0.9", |
| "summary": "A client library to multiplex connections from and to iOS devices", |
| "homepage": "https://github.com/libimobiledevice/libusbmuxd", |
| "license": { |
| "type": "LGPL2.1+", |
| "file": "COPYING.LGPLv2.1" |
| }, |
| "authors": { |
| "Chris Ballinger": "chris@chatsecure.org" |
| }, |
| "platforms": { |
| "osx": "10.7" |
| }, |
| "source": { |
| "git": "https://github.com/libimobiledevice/libusbmuxd.git", |
| "tag": "1.0.9" |
| }, |
| "source_files": [ |
| "src/*.{h,c}", |
| "include/*.h" |
| ], |
| "public_header_files": "include/*.h", |
| "dependencies": { |
| "libplist": [ |
| "~> 1.11" |
| ] |
| }, |
| "xcconfig": { |
| "OTHER_CFLAGS": "$(inherited) -DHAS_PLIST", |
| "HEADER_SEARCH_PATHS": "\"${PODS_ROOT}/libplist/include/\"" |
| }, |
| "requires_arc": false |
| } |