[Add] ZJSDK 2.5.5.6
[CocoaPods.git] / Specs / e / 4 / c / MaxIMLib / 1.4.1 / MaxIMLib.podspec.json
blob3a93787423e78bb96a96497d0e03a5b0668fbcf0
2   "name": "MaxIMLib",
3   "version": "1.4.1",
4   "summary": "MaxLeap Services provides all-in-one cloud services for developers.",
5   "homepage": "https://maxleap.com",
6   "license": {
7     "type": "Creative Commons Zero v1.0 Universal",
8     "file": "maxleap-im-ios/LICENSE.txt"
9   },
10   "authors": "MaxLeap",
11   "source": {
12     "http": "https://s3.cn-north-1.amazonaws.com.cn/docs.maxleap.cn/iOS/v2.2.2/maxleap-im-ios-v1.4.1.zip"
13   },
14   "platforms": {
15     "ios": "8.0"
16   },
17   "requires_arc": true,
18   "frameworks": [
19     "Foundation",
20     "UIKit"
21   ],
22   "default_subspecs": "IMDynamic",
23   "pushed_with_swift_version": "3.0",
24   "subspecs": [
25     {
26       "name": "IM",
27       "vendored_frameworks": "maxleap-im-ios/MaxIMLib.framework",
28       "preserve_paths": "maxleap-im-ios/MaxIMLib.framework",
29       "dependencies": {
30         "Socket.IO-Client-Swift": [
31           "~> 8.1"
32         ]
33       },
34       "frameworks": [
35         "Foundation",
36         "UIKit"
37       ]
38     },
39     {
40       "name": "IMDynamic",
41       "vendored_frameworks": "maxleap-im-ios/MaxIMLibDynamic.framework",
42       "preserve_paths": "maxleap-im-ios/MaxIMLibDynamic.framework",
43       "dependencies": {
44         "Socket.IO-Client-Swift": [
45           "~> 8.1"
46         ]
47       },
48       "frameworks": [
49         "Foundation",
50         "UIKit"
51       ]
52     }
53   ]