[Add] ZJSDK 2.5.5.6
[CocoaPods.git] / Specs / e / 4 / c / MaxIMLib / 1.3.1 / MaxIMLib.podspec.json
blobed91f063e00594f12c23c7cd82d0f5c6a7573c7c
2   "name": "MaxIMLib",
3   "version": "1.3.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.1.3/maxleap-im-ios-v1.3.1.zip"
13   },
14   "platforms": {
15     "ios": "8.0"
16   },
17   "requires_arc": true,
18   "default_subspecs": [
19     "SocketIO",
20     "IMDynamic"
21   ],
22   "pushed_with_swift_version": "3.0",
23   "subspecs": [
24     {
25       "name": "SocketIO",
26       "vendored_frameworks": "maxleap-im-ios/SocketIO.framework",
27       "frameworks": [
28         "Foundation",
29         "UIKit"
30       ]
31     },
32     {
33       "name": "IM",
34       "vendored_frameworks": "maxleap-im-ios/MaxIMLib.framework",
35       "dependencies": {
36         "Socket.IO-Client-Swift": [
37           "~> 8.1.1"
38         ]
39       }
40     },
41     {
42       "name": "IMDynamic",
43       "vendored_frameworks": "maxleap-im-ios/MaxIMLibDynamic.framework",
44       "dependencies": {
45         "Socket.IO-Client-Swift": [
46           "~> 8.1.1"
47         ]
48       }
49     }
50   ]