[Add] MOBFoundation 20241206
[CocoaPods.git] / Specs / 7 / 8 / b / SwiftChatKit / 0.1.1 / SwiftChatKit.podspec.json
blobe7724fcd29f6ecd23274b3f361dc449573337ee3
2   "name": "SwiftChatKit",
3   "version": "0.1.1",
4   "summary": "A short description of SwiftChatKit.",
5   "description": "即时通讯UI框架",
6   "homepage": "https://github.com/zhiquan911/SwiftChatKit",
7   "license": "MIT",
8   "authors": {
9     "麦志泉": "zhiquan911@qq.com"
10   },
11   "source": {
12     "git": "https://github.com/zhiquan911/SwiftChatKit.git",
13     "tag": "0.1.1"
14   },
15   "platforms": {
16     "ios": "8.0"
17   },
18   "requires_arc": true,
19   "source_files": "Pod/Classes/**/*",
20   "resource_bundles": {
21     "SwiftChatKit": [
22       "Pod/Assets/**/*.png"
23     ]
24   },
25   "dependencies": {
26     "AlamofireImage": [
27       "~> 1.0"
28     ],
29     "SVProgressHUD": [
31     ]
32   }