[Add] APDDTExchangeAdapter 3.4.1.0
[CocoaPods.git] / Specs / d / a / 9 / EaseIMKit / 3.9.8 / EaseIMKit.podspec.json
blob2263d2d6a07430fc35f06483a1dd95bc550de87f
2   "name": "EaseIMKit",
3   "version": "3.9.8",
4   "summary": "easemob im sdk UIKit",
5   "homepage": "http://docs-im.easemob.com/im/ios/other/easeimkit",
6   "description": "EaseIMKit Supported features:\n\n1. Conversation list\n2. Chat page (singleChat,groupChat,chatRoom)\n3. Contact list",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "easemob": "dev@easemob.com"
13   },
14   "source": {
15     "git": "https://github.com/easemob/easeui_ios.git",
16     "tag": "EaseIMKit_3.9.8"
17   },
18   "frameworks": "UIKit",
19   "libraries": "stdc++",
20   "platforms": {
21     "ios": "10.0"
22   },
23   "source_files": [
24     "EaseIMKit/EaseIMKit/EaseIMKit.h",
25     "EaseIMKit/EaseIMKit/EasePublicHeaders.h",
26     "EaseIMKit/EaseIMKit/**/*.{h,m,mm}"
27   ],
28   "public_header_files": [
29     "EaseIMKit/EaseIMKit/**/*.h"
30   ],
31   "static_framework": true,
32   "resources": "EaseIMKit/EaseIMKit/Resources/EaseIMKit.bundle",
33   "pod_target_xcconfig": {
34     "EXCLUDED_ARCHS[sdk=iphonesimulator*]": "arm64",
35     "VALID_ARCHS": "arm64 armv7 x86_64"
36   },
37   "user_target_xcconfig": {
38     "EXCLUDED_ARCHS[sdk=iphonesimulator*]": "arm64"
39   },
40   "dependencies": {
41     "HyphenateChat": [
43     ],
44     "EMVoiceConvert": [
45       "0.1.0"
46     ],
47     "Masonry": [
49     ]
50   }