[Add] TrinityAudioSDK 3.2.118
[CocoaPods.git] / Specs / c / 2 / f / LWWebSocket / 1.0.0 / LWWebSocket.podspec.json
blobbee2cd44211ff5fd3e429269a58aa33a7ae2006e
2   "name": "LWWebSocket",
3   "version": "1.0.0",
4   "summary": "用于APP内轻量级的 WebSocket 数据传输服务器.",
5   "description": "LWWebSocket,用于APP内轻量级的 WebSocket 数据传输服务器.",
6   "homepage": "https://github.com/luowei/LWWebSocket",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "luowei": "luowei@wodedata.com"
13   },
14   "source": {
15     "git": "https://github.com/luowei/LWWebSocket.git"
16   },
17   "platforms": {
18     "ios": "8.0"
19   },
20   "source_files": [
21     "LWWebSocket/Classes/**/*.{h,m,mm}",
22     "LWWebSocket/Library/CocoaAsyncSocket/**/*.{h,m,mm}",
23     "LWWebSocket/Library/CocoaHTTPServer/**/*.{h,m,mm}",
24     "LWWebSocket/Library/CocoaLumberjack/**/*.{h,m,mm}"
25   ],
26   "public_header_files": [
27     "LWWebSocket/Classes/WebSocketManager.h"
28   ],
29   "resource_bundles": {
30     "LWWebSocket": [
31       "LWWebSocket/Assets/**/*"
32     ]
33   },
34   "libraries": "xml2",
35   "pod_target_xcconfig": {
36     "USER_HEADER_SEARCH_PATHS": "$(inherited) \"${PROJECT_DIR}/..\"/**  /usr/include/libxml2"
37   }