[Add] com-qqsdk-control-Tools 1.2.1
[CocoaPods.git] / Specs / 3 / 1 / 6 / SFLiveLib / 1.0.1 / SFLiveLib.podspec.json
blobe269245e6bfab38a36562f8bf7f9217c9629fe5f
2   "name": "SFLiveLib",
3   "version": "1.0.1",
4   "summary": "Joygo Live System Client Lib",
5   "description": "TODO: Add long description of the pod here.",
6   "homepage": "https://github.com/nemoleo",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "lee": "nemoleo@yeah.met"
13   },
14   "source": {
15     "git": "https://github.com/nemoleo/SFLiveLib.git",
16     "tag": "1.0.1"
17   },
18   "platforms": {
19     "ios": "8.0"
20   },
21   "source_files": "SFLiveLib/SFLibManager.h",
22   "vendored_libraries": "Library/SFLiveLib/*.a",
23   "public_header_files": "SFLiveLib/SFLibManager.h",
24   "subspecs": [
25     {
26       "name": "ServerQuerys",
27       "platforms": {
28         "ios": "8.0"
29       },
30       "source_files": "SFLiveLib/ServerApi/Querys/*.h",
31       "public_header_files": "SFLiveLib/ServerApi/Querys/*.h",
32       "frameworks": "Foundation",
33       "dependencies": {
34         "Mantle": [
36         ],
37         "Overcoat": [
39         ]
40       }
41     },
42     {
43       "name": "ServerModels",
44       "platforms": {
45         "ios": "8.0"
46       },
47       "source_files": "SFLiveLib/ServerApi/Models/*.h",
48       "public_header_files": "SFLiveLib/ServerApi/Models/*.h",
49       "frameworks": [
50         "Foundation",
51         "UIKit",
52         "CoreGraphics"
53       ],
54       "dependencies": {
55         "Mantle": [
57         ]
58       }
59     },
60     {
61       "name": "IMManager",
62       "platforms": {
63         "ios": "8.0"
64       },
65       "source_files": "SFLiveLib/IMManager/*.h",
66       "public_header_files": "SFLiveLib/IMManager/*.h",
67       "frameworks": "Foundation",
68       "dependencies": {
69         "FMDB": [
71         ]
72       }
73     },
74     {
75       "name": "MessageClient",
76       "platforms": {
77         "ios": "8.0"
78       },
79       "source_files": "SFLiveLib/MessageClient/*.h",
80       "public_header_files": "SFLiveLib/MessageClient/*.h",
81       "frameworks": "Foundation",
82       "dependencies": {
83         "CocoaAsyncSocket": [
85         ]
86       }
87     },
88     {
89       "name": "LiveManager",
90       "platforms": {
91         "ios": "8.0"
92       },
93       "source_files": "SFLiveLib/LiveManager/*.h",
94       "public_header_files": "SFLiveLib/LiveManager/*.h",
95       "vendored_libraries": [
96         "Library/openssl/*.a",
97         "Library/ffmpeg/*.a"
98       ],
99       "frameworks": [
100         "Foundation",
101         "AVFoundation",
102         "VideoToolbox",
103         "AudioToolbox",
104         "CoreTelephony",
105         "OpenAL"
106       ],
107       "libraries": [
108         "stdc++",
109         "c++",
110         "iconv"
111       ],
112       "xcconfig": {
113         "CLANG_CXX_LANGUAGE_STANDARD": "c++11",
114         "CLANG_CXX_LIBRARY": "libc++"
115       }
116     }
117   ]