[Add] ZJSDK 2.5.5.0
[CocoaPods.git] / Specs / 2 / 3 / c / iChat / 1.1.0 / iChat.podspec.json
blob7d672c8bf4fddc3363d6178fd429928b65cd2f75
2   "name": "iChat",
3   "authors": {
4     "Adam.Hu": "adam.hu.2018@gmail.com"
5   },
6   "version": "1.1.0",
7   "summary": "iChat SDK for iOS",
8   "description": "iChat P2P SDK for iOS",
9   "homepage": "https://github.com/hushihua/iChat.git",
10   "license": {
11     "type": "Commercial",
12     "text": "@2019 Lema.cm"
13   },
14   "source": {
15     "git": "https://github.com/hushihua/iChat.git",
16     "tag": "1.1.0"
17   },
18   "source_files": "iChat.framework/Headers/*.{h}",
19   "pod_target_xcconfig": {
20     "EXCLUDED_ARCHS[sdk=iphonesimulator*]": "arm64"
21   },
22   "requires_arc": true,
23   "platforms": {
24     "ios": "10.0"
25   },
26   "ios": {
27     "vendored_frameworks": "iChat.framework"
28   },
29   "frameworks": [
30     "Foundation",
31     "UIKit"
32   ],
33   "swift_versions": "5.0",
34   "dependencies": {
35     "iPush": [
37     ],
38     "SDWebImage": [
40     ],
41     "MBProgressHUD": [
43     ],
44     "GoogleWebRTC": [
46     ],
47     "IQKeyboardManager": [
48       "6.2.1"
49     ]
50   },
51   "user_target_xcconfig": {
52     "EXCLUDED_ARCHS[sdk=iphonesimulator*]": "arm64"
53   },
54   "swift_version": "5.0"