[Add] YLProgressHUD 0.0.2
[CocoaPods.git] / Specs / d / c / e / MDExtention / 0.0.8 / MDExtention.podspec.json
blobf0ad0862c1879ba09852eea405c45e69a3407b90
2   "name": "MDExtention",
3   "version": "0.0.8",
4   "summary": "model 自动存到数据库,从数据库自动改获取model",
5   "description": "model 存到数据库无需写sql语句,从数据库获取数据也无需写sql语句。数据本地化,简单方便",
6   "homepage": "https://github.com/meidong163/MDExtention",
7   "license": "MIT",
8   "authors": {
9     "kuaichuan": "kuaichuan888@163.com"
10   },
11   "platforms": {
12     "ios": "9.0"
13   },
14   "source": {
15     "git": "https://github.com/meidong163/MDExtention.git",
16     "tag": "v0.0.8"
17   },
18   "source_files": [
19     "MDHandleData",
20     "MDHandleData/MDDataBaseHelper/MDExtension/**/*.{h,m}"
21   ],
22   "exclude_files": "Classes/Exclude",
23   "dependencies": {
24     "FMDB": [
25       "~> 2.6.2"
26     ],
27     "SDWebImage": [
29     ]
30   }