[Add] AlibabacloudMse20190531 6.13.0
[CocoaPods.git] / Specs / e / f / 8 / DYUtils / 0.0.4 / DYUtils.podspec.json
blob02077b7b363d72fb2d4e4cfaff9eb5a04835c298
2   "name": "DYUtils",
3   "version": "0.0.4",
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.4"
20   },
21   "source_files": [
22     "DYUtils/DYUtils.pch",
23     "DYUtils/Utils/**/*.{h,m}"
24   ],
25   "requires_arc": true,
26   "frameworks": "UIKit",
27   "dependencies": {
28     "AFNetworking": [
29       "~> 3.1.0"
30     ]
31   },
32   "subspecs": [
33     {
34       "name": "AFNetworkingUtil",
35       "source_files": "DYUtils/Utils/AFNetworkingUtil/*.{h,m}"
36     },
37     {
38       "name": "DYAVoidCrash",
39       "source_files": "DYUtils/Utils/DYAVoidCrash/*.{h,m}"
40     },
41     {
42       "name": "DYCommonTools",
43       "source_files": "DYUtils/Utils/DYCommonTools/**/*.{h,m}"
44     },
45     {
46       "name": "JMCacheUtil",
47       "source_files": "DYUtils/Utils/JMCacheUtil/*.{h,m}"
48     },
49     {
50       "name": "MLButton",
51       "source_files": "DYUtils/Utils/MLButton/*.{h,m}"
52     },
53     {
54       "name": "UILabel",
55       "source_files": "DYUtils/Utils/UILabel/*.{h,m}"
56     }
57   ]