[Add] RongCloudRTC 5.12.0
[CocoaPods.git] / Specs / b / e / 5 / mobilekit / 0.0.2 / mobilekit.podspec.json
blob3c98cd8f41a141fb97ca1bc4bc6939882ef70845
2   "name": "mobilekit",
3   "version": "0.0.2",
4   "summary": "mobilekit收藏iOS常用开源项目",
5   "description": "mobilekit用于收藏iOS常用开源项目,统一使用",
6   "homepage": "https://github.com/applespace/mobilekit",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "FBIN": "fanfanbinbin@outlook.com"
13   },
14   "platforms": {
15     "ios": "9.0"
16   },
17   "source": {
18     "git": "https://github.com/AppleSpace/mobilekit.git",
19     "tag": "0.0.2"
20   },
21   "source_files": "mobilekit/Mobilekit.h",
22   "requires_arc": true,
23   "dependencies": {
24     "SDWebImage": [
25       "~> 5.0.0"
26     ],
27     "QMUIKit": [
28       "~> 3.2.1"
29     ]
30   },
31   "subspecs": [
32     {
33       "name": "MTableView",
34       "source_files": "mobilekit/MTableView/**/*.{h,m}"
35     },
36     {
37       "name": "MIconFont",
38       "source_files": "mobilekit/MIconFont/**/*.{h,m}"
39     }
40   ]