[Add] ThinkingDataCore 1.0.2
[CocoaPods.git] / Specs / 8 / 2 / 9 / XHWLCloudTalk / 1.0.5 / XHWLCloudTalk.podspec.json
blobfb1bb070d7b3bab00f47e8a1b853c3c916cee951
2   "name": "XHWLCloudTalk",
3   "version": "1.0.5",
4   "summary": "A short description of XHWLCloudTalk.",
5   "description": "TODO: Add long description of the pod here.",
6   "homepage": "http://gitlab.xh-mind.com/smart_hard/XHWLCloudTalk",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "邹永权": "313188556@qq.com"
13   },
14   "source": {
15     "git": "http://gitlab.xh-mind.com/smart_hard/XHWLCloudTalk.git",
16     "tag": "1.0.5"
17   },
18   "platforms": {
19     "ios": "9.0"
20   },
21   "requires_arc": true,
22   "vendored_frameworks": [
23     "XHWLCloudTalk/Frameworks/DPCallSDK/DPCallSDK.framework",
24     "XHWLCloudTalk/Frameworks/ILiveSDK/AVSDK/QAVSDK.framework",
25     "XHWLCloudTalk/Frameworks/ILiveSDK/ILiveSDK/ILiveLogReport.framework",
26     "XHWLCloudTalk/Frameworks/ILiveSDK/ILiveSDK/ILiveSDK.framework",
27     "XHWLCloudTalk/Frameworks/ILiveSDK/ILiveSDK/TILLiveSDK.framework",
28     "XHWLCloudTalk/Frameworks/ILiveSDK/IMSDK/IMCore.framework",
29     "XHWLCloudTalk/Frameworks/ILiveSDK/IMSDK/ImSDK.framework",
30     "XHWLCloudTalk/Frameworks/ILiveSDK/IMSDK/IMSDKBugly.framework",
31     "XHWLCloudTalk/Frameworks/ILiveSDK/IMSDK/QALSDK.framework",
32     "XHWLCloudTalk/Frameworks/ILiveSDK/IMSDK/TLSSDK.framework"
33   ],
34   "libraries": [
35     "bz2",
36     "c++",
37     "iconv",
38     "icucore",
39     "protobuf",
40     "resolv",
41     "sqlite3",
42     "System",
43     "z"
44   ],
45   "frameworks": [
46     "Accelerate",
47     "Accelerate",
48     "AVFoundation",
49     "CoreGraphics",
50     "CoreMedia",
51     "CoreTelephony",
52     "CoreVideo",
53     "ImageIO",
54     "JavaScriptCore",
55     "OpenAL",
56     "OpenGLES",
57     "PushKit",
58     "QuartzCore",
59     "SystemConfiguration",
60     "UserNotifications",
61     "VideoToolbox"
62   ],
63   "pod_target_xcconfig": {
64     "ENABLE_BITCODE": "NO",
65     "VALID_ARCHS[sdk=iphonesimulator*]": ""
66   },
67   "prefix_header_contents": "#import \"CloudTalkPrefix.h\"",
68   "subspecs": [
69     {
70       "name": "Source",
71       "source_files": "XHWLCloudTalk/Classes/Source/**/*",
72       "subspecs": [
73         {
74           "name": "Controller",
75           "source_files": "XHWLCloudTalk/Classes/Source/Controller/**/*"
76         },
77         {
78           "name": "Model",
79           "source_files": "XHWLCloudTalk/Classes/Source/Model/**/*"
80         },
81         {
82           "name": "View",
83           "source_files": "XHWLCloudTalk/Classes/Source/View/**/*"
84         }
85       ]
86     },
87     {
88       "name": "Utils",
89       "source_files": "XHWLCloudTalk/Classes/Utils/**/*"
90     }
91   ]