[Add] AlibabacloudMse20190531 6.13.0
[CocoaPods.git] / Specs / e / f / 8 / DYUtils / 0.0.5 / DYUtils.podspec.json
blob77f83d8316290cca8941b8ef6f38e2565e01068c
2   "name": "DYUtils",
3   "version": "0.0.5",
4   "summary": "iOS 工具类",
5   "description": "iOS 常用工具类",
6   "homepage": "http://git.datayes.com/yiru.huang/DYUtils.git",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Yiru.Huang": "yiru.huang@datayes.com"
13   },
14   "platforms": {
15     "ios": "8.0"
16   },
17   "source": {
18     "git": "http://git.datayes.com/yiru.huang/DYUtils.git",
19     "tag": "0.0.5"
20   },
21   "source_files": "DYUtils/DYUtils.pch",
22   "requires_arc": true,
23   "frameworks": "UIKit",
24   "dependencies": {
25     "AFNetworking": [
26       "~> 3.1.0"
27     ]
28   },
29   "subspecs": [
30     {
31       "name": "AFNetworkingUtil",
32       "source_files": "DYUtils/Utils/AFNetworkingUtil/*.{h,m}"
33     },
34     {
35       "name": "DYAVoidCrash",
36       "source_files": "DYUtils/Utils/DYAVoidCrash/*.{h,m}"
37     },
38     {
39       "name": "DYCommonTools",
40       "source_files": "DYUtils/Utils/DYCommonTools/**/*.{h,m}"
41     },
42     {
43       "name": "JMCacheUtil",
44       "source_files": "DYUtils/Utils/JMCacheUtil/*.{h,m}"
45     },
46     {
47       "name": "MLButton",
48       "source_files": "DYUtils/Utils/MLButton/*.{h,m}"
49     },
50     {
51       "name": "UILabel",
52       "source_files": "DYUtils/Utils/UILabel/*.{h,m}"
53     }
54   ]