[Add] RegulaCommonStage 7.5.928
[CocoaPods.git] / Specs / 7 / f / c / ZIMKit_OC / 1.2.0 / ZIMKit_OC.podspec.json
blob1b950448250d4266a84880262e179914c07ac675
2   "name": "ZIMKit_OC",
3   "version": "1.2.0",
4   "summary": "ZIM UIKit of Objective-C.",
5   "description": "TODO: Add long description of the pod here.",
6   "homepage": "https://github.com/ZEGOCLOUD/zego_inapp_chat_uikit_ios_oc",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "wukun": "wukun@zego.im"
13   },
14   "source": {
15     "git": "https://github.com/ZEGOCLOUD/zego_inapp_chat_uikit_ios_oc.git",
16     "tag": "1.2.0"
17   },
18   "platforms": {
19     "ios": "9.0"
20   },
21   "source_files": "ZIMKit/**/*.{h,m}",
22   "cocoapods_version": ">= 1.10.0",
23   "ios": {
24     "resource_bundles": {
25       "ChatResources": [
26         "ZIMKit/Resources/ChatResources/*"
27       ],
28       "CommonResources": [
29         "ZIMKit/Resources/CommonResources/*"
30       ],
31       "ConversationResources": [
32         "ZIMKit/Resources/ConversationResources/*"
33       ],
34       "GroupResources": [
35         "ZIMKit/Resources/GroupResources/*"
36       ],
37       "GKPhotoBrowser": [
38         "ZIMKit/Resources/GKPhotoBrowser/*"
39       ]
40     },
41     "public_header_files": "ZIMKit/**/*.h"
42   },
43   "dependencies": {
44     "Masonry": [
45       "1.1.0"
46     ],
47     "YYText": [
48       "1.0.7"
49     ],
50     "MJRefresh": [
51       "3.1.15.3"
52     ],
53     "TZImagePickerController": [
54       "3.8.3"
55     ],
56     "SDWebImage": [
57       "~>5.13.2"
58     ],
59     "ZIM": [
60       "2.4.2"
61     ]
62   }