[Add] ikame_ios_sdk 1.0.425
[CocoaPods.git] / Specs / 9 / 0 / e / MDPodSpec / 0.0.7 / MDPodSpec.podspec.json
blob208d4431ac9e8571c948f30ad7ab551d7c2fb0c2
2   "name": "MDPodSpec",
3   "version": "0.0.7",
4   "summary": "自己一个小小的工具库,希望后面能越来越好",
5   "description": "MD的工具库,目前只有一个对MBProgressHUD的封装,后面会把在实际项目中有用的库放进来,这样以后开发项目,上来先把这个库弄进来,很方便,哈哈",
6   "homepage": "https://github.com/meidong163/MDUtils/tree/master/Tool/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.7"
17   },
18   "source_files": "Tool/MDUtils/Utils/**/*.{h,m,bundle}",
19   "exclude_files": "Classes/Exclude",
20   "dependencies": {
21     "MBProgressHUD": [
22       "1.0.0"
23     ]
24   }