[Add] FaceSDKNightly 6.4.2314
[CocoaPods.git] / Specs / 8 / 0 / 6 / MZExtension / 2.0.0 / MZExtension.podspec.json
blobe25654dab7166e65849740d6ab72251a04d8210b
2   "name": "MZExtension",
3   "version": "2.0.0",
4   "license": "MIT",
5   "summary": "Some categorys and custom objects for iOS.",
6   "homepage": "https://github.com/1691665955/MZExtension",
7   "authors": {
8     "MZ": "1691665955@qq.com"
9   },
10   "source": {
11     "git": "https://github.com/1691665955/MZExtension.git",
12     "tag": "2.0.0"
13   },
14   "requires_arc": true,
15   "platforms": {
16     "ios": "8.0"
17   },
18   "subspecs": [
19     {
20       "name": "Base",
21       "source_files": "MZExtension/Base/*.{h,m}"
22     },
23     {
24       "name": "Category",
25       "source_files": "MZExtension/Category/*.{h,m}"
26     },
27     {
28       "name": "Extends",
29       "source_files": "MZExtension/Extends/**/*.{h,m}",
30       "dependencies": {
31         "SDWebImage": [
32           "~>4.2.2"
33         ]
34       }
35     }
36   ]