[Add] TensorFlowLiteC 0.0.1-nightly.20241228
[CocoaPods.git] / Specs / 9 / 0 / e / MDPodSpec / 0.0.5 / MDPodSpec.podspec.json
blob1682aa26910d8da75a65a70320778b0670d3bd1d
2   "name": "MDPodSpec",
3   "version": "0.0.5",
4   "summary": "自己一个小小的工具库,希望后面能越来越好",
5   "description": "MD的工具库,目前只有一个对MBProgressHUD的封装,后面会把在实际项目中有用的库放进来,这样以后开发项目,上来先把这个库弄进来,很方便,哈哈",
6   "homepage": "https://github.com/meidong163/MDUtils/tree/master/MDUtils/MDUtils/Utils",
7   "license": "MIT",
8   "authors": {
9     "kuaichuan": "www.kuaichuan888@163.com"
10   },
11   "platforms": {
12     "ios": "7.0"
13   },
14   "source": {
15     "git": "https://github.com/meidong163/MDUtils.git",
16     "tag": "v0.0.5"
17   },
18   "source_files": [
19     "MDUtils",
20     "MDUtils/MDUtils/Utils/**/*.{h,m,bundle}"
21   ],
22   "exclude_files": "Classes/Exclude",
23   "resources": "MDUtils/MDUtils/Utils/MBProgressHUD+JDragon.bundle",
24   "dependencies": {
25     "MBProgressHUD": [
26       "1.0.0"
27     ]
28   }