[Add] RXSDK_Pure 3.0.301
[CocoaPods.git] / Specs / 6 / 7 / f / ElingIM / 1.0.0 / ElingIM.podspec.json
blobf305d2b24eafd8e33ac3cf62596482f1f369bbaa
2   "name": "ElingIM",
3   "version": "1.0.0",
4   "summary": "ElingIM.",
5   "description": "ElingIM:iOS端IM聊天SDK",
6   "homepage": "https://github.com/Eling10/ios_im_sdk_cocoapods",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "fanxiaocong": "1016697223@qq.com"
13   },
14   "source": {
15     "git": "https://github.com/Eling10/ios_im_sdk_cocoapods.git",
16     "tag": "1.0.0"
17   },
18   "platforms": {
19     "ios": "9.0"
20   },
21   "source_files": "ElingIM/Classes/*.{h}",
22   "public_header_files": "ElingIM/Classes/*.{h}",
23   "vendored_frameworks": "ElingIM/Classes/ElingIM.framework",
24   "libraries": [
25     "z",
26     "iconv",
27     "bz2"
28   ],
29   "xcconfig": {
30     "VALID_ARCHS": "arm64 arm64e"
31   },
32   "pod_target_xcconfig": {
33     "ENABLE_BITCODE": "NO"
34   },
35   "dependencies": {
36     "XCMacros": [
37       "~> 1.0.5"
38     ],
39     "XCDateUnit": [
40       "~> 0.0.5"
41     ],
42     "FMDB": [
43       "~> 2.7.5"
44     ],
45     "MJExtension": [
46       "~> 3.2.1"
47     ],
48     "AliyunOSSiOS": [
49       "~> 2.10.8"
50     ],
51     "XCApplicationHelper": [
52       "~> 0.0.1"
53     ],
54     "XCCategory": [
55       "~> 1.0.8"
56     ]
57   }