| { |
| "name": "LXDLNA", |
| "version": "0.0.3", |
| "summary": "基于DLNA实现iOS投屏,实现功能:SSDP发现设备、SOAP控制设备、订阅事件通知", |
| "description": "基于DLNA实现iOS投屏,实现功能:SSDP发现设备、SOAP控制设备、订阅事件通知。", |
| "homepage": "https://github.com/devlxin/LXDLNA", |
| "license": { |
| "type": "MIT", |
| "file": "LICENSE" |
| }, |
| "authors": { |
| "devlxin": "1050421454@qq.com" |
| }, |
| "source": { |
| "git": "https://github.com/devlxin/LXDLNA.git", |
| "tag": "0.0.3" |
| }, |
| "social_media_url": "https://www.devlxin.com/", |
| "platforms": { |
| "ios": "8.0" |
| }, |
| "source_files": "DLNADemo/LXDLNA/*.{h,m}", |
| "dependencies": { |
| "CocoaAsyncSocket": [ |
| "~> 7.6.3" |
| ], |
| "GCDWebServer/Core": [ |
| "~> 3.5.3" |
| ] |
| }, |
| "subspecs": [ |
| { |
| "name": "GDataXML", |
| "source_files": "DLNADemo/LXDLNA/GDataXML/*.{h,m}", |
| "requires_arc": false, |
| "xcconfig": { |
| "HEADER_SEARCH_PATHS": "$(SDKROOT)/usr/include/libxml2" |
| }, |
| "libraries": "xml2" |
| } |
| ] |
| } |